#EB8E1C

Color #EB8E1C Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EB8E1C

Tints of Carrot Orange #EB8E1C

Color information

#EB8E1C (or 0xEB8E1C) is unknown color: approx Carrot Orange. HEX triplet: EB, 8E and 1C. RGB value is (235,142,28). Sum of RGB (Red+Green+Blue) = 235+142+28=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8E1C is #1471E3. Grayscale: #9D9D9D. Windows color (decimal): -1339876 or 1871595. OLE color: 1871595.

HSL color Cylindrical-coordinate representation of color #EB8E1C: hue angle of 33.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB8E1C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB23514228-
CMYK00.400.880.08
HSL33.04º83.81%51.57%-
HSV(B)33.04º88.09%92.16%-
XYZ44.1437.095.93-
YUV156.8155.31183.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 28 (11.33% from 255) = 6.91%
R=58.02%
G=35.06%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351422800.400.880.0833.0483.8151.57
HexEB8E1C028588215434
Octal35321634050130104112464
Binary1110101110001110111000101000101100010001000011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E1C; }

 p { color: rgb(235,142,28); }

 H1.HeaderClassName
 {
   color: #EB8E1C;
 }
 .AnyTagClassName
 {
   color: #EB8E1C;
 }
</style>
background-color css

<style>
 a { background-color: #EB8E1C; }

 a { background-color: rgb(235,142,28); }

 div.DivClassName
 {
   background-color: #EB8E1C;
 }
 .BgClassName
 {
   background-color: #EB8E1C;
 }
</style>
border-color css

<style>
 span { border-color: #EB8E1C; }

 span { border-color: rgb(235,142,28); }

 td.TdClassName
 {
   border-color: #EB8E1C;
 }
 .TagClassName
 {
   border-color: #EB8E1C;
 }
</style>