#EA9417

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

Shades of Carrot Orange #EA9417

Tints of Carrot Orange #EA9417

Color information

#EA9417 (or 0xEA9417) is unknown color: approx Carrot Orange. HEX triplet: EA, 94 and 17. RGB value is (234,148,23). Sum of RGB (Red+Green+Blue) = 234+148+23=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9417 is #156BE8. Grayscale: #A0A0A0. Windows color (decimal): -1403881 or 1545450. OLE color: 1545450.

HSL color Cylindrical-coordinate representation of color #EA9417: hue angle of 35.55º 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 #EA9417 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23414823-
CMYK00.370.900.08
HSL35.55º83.4%50.39%-
HSV(B)35.55º90.17%91.76%-
XYZ44.6838.735.93-
YUV159.4650.99181.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 23 (9.38% from 255) = 5.68%
R=57.78%
G=36.54%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341482300.370.900.0835.5583.450.39
HexEA94170255A8245332
Octal35222427045132104412362
Binary1110101010010100101110100101101101010001001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9417; }

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

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

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

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

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

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

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

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