#EA8F17

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

Shades of Carrot Orange #EA8F17

Tints of Carrot Orange #EA8F17

Color information

#EA8F17 (or 0xEA8F17) is unknown color: approx Carrot Orange. HEX triplet: EA, 8F and 17. RGB value is (234,143,23). Sum of RGB (Red+Green+Blue) = 234+143+23=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F17 is #1570E8. Grayscale: #9D9D9D. Windows color (decimal): -1405161 or 1544170. OLE color: 1544170.

HSL color Cylindrical-coordinate representation of color #EA8F17: hue angle of 34.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA8F17 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23414323-
CMYK00.390.900.08
HSL34.12º83.4%50.39%-
HSV(B)34.12º90.17%91.76%-
XYZ43.9137.25.68-
YUV156.5352.65183.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.5%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 23 (9.38% from 255) = 5.75%
R=58.5%
G=35.75%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341432300.390.900.0834.1283.450.39
HexEA8F170275A8225332
Octal35221727047132104212362
Binary1110101010001111101110100111101101010001000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F17; }

 p { color: rgb(234,143,23); }

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

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

 a { background-color: rgb(234,143,23); }

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

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

 span { border-color: rgb(234,143,23); }

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