Html Css Color HEX #EA9417 Carrot Orange

📋 copy color: '#EA9417'

red 234 ◦ green 148 ◦ blue 23

#EA9417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EA9417

Tints of Carrot Orange #EA9417

RGB

 RED value IS 234 (91.8% from 255) = 57.78%

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA9417 (or 0xEA9417) is known color: 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

RGB 234 148 23 -
CMYK 0 0.37 0.90 0.08
HSL 35.55º 0.83% 0.5% -
HSV(B) 35.55º 0.9% 0.92% -
XYZ 44.68 38.73 5.93 -
YUV 159.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 234 148 23 0 0.37 0.90 0.08 35.55 0.83 0.5
Hex EA 94 17 0 25 5A 8 24 53 32
Octal 352 224 27 0 45 132 10 44 123 62
Binary 11101010 10010100 10111 0 100101 1011010 1000 100100 1010011 110010

Color Harmonies of #EA9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9417

Black with #EA9417

Text Example


Text Example

White with #EA9417

Text Example


Text Example

HTML Codes & Css Web 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>