#E08A19

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

Shades of Carrot Orange #E08A19

Tints of Carrot Orange #E08A19

Color information

#E08A19 (or 0xE08A19) is unknown color: approx Carrot Orange. HEX triplet: E0, 8A and 19. RGB value is (224,138,25). Sum of RGB (Red+Green+Blue) = 224+138+25=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A19 is #1F75E6. Grayscale: #979797. Windows color (decimal): -2061799 or 1673952. OLE color: 1673952.

HSL color Cylindrical-coordinate representation of color #E08A19: hue angle of 34.07º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E08A19 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB22413825-
CMYK00.380.890.12
HSL34.07º79.92%48.82%-
HSV(B)34.07º88.84%87.84%-
XYZ4034.095.39-
YUV150.8356.99180.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.88%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 25 (10.16% from 255) = 6.46%
R=57.88%
G=35.66%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241382500.380.890.1234.0779.9248.82
HexE08A1902659C225031
Octal34021231046131144212061
Binary1110000010001010110010100110101100111001000101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A19; }

 p { color: rgb(224,138,25); }

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

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

 a { background-color: rgb(224,138,25); }

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

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

 span { border-color: rgb(224,138,25); }

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