Html Css Color HEX #EA8117 Carrot Orange

📋 copy color: '#EA8117'

red 234 ◦ green 129 ◦ blue 23

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

Shades of Carrot Orange #EA8117

Tints of Carrot Orange #EA8117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 60.62%
G = 33.42%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA8117 (or 0xEA8117) is known color: Carrot Orange. HEX triplet: EA, 81 and 17. RGB value is (234,129,23). Sum of RGB (Red+Green+Blue) = 234+129+23=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8117 is #157EE8. Grayscale: #949494. Windows color (decimal): -1408745 or 1540586. OLE color: 1540586.

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

Color convert

RGB 234 129 23 -
CMYK 0 0.45 0.90 0.08
HSL 30.14º 0.83% 0.5% -
HSV(B) 30.14º 0.9% 0.92% -
XYZ 41.94 33.25 5.02 -
YUV 148.31 57.29 189.12 -
System Red Green Blue C M Y K H S L
Decimal 234 129 23 0 0.45 0.90 0.08 30.14 0.83 0.5
Hex EA 81 17 0 2D 5A 8 1E 53 32
Octal 352 201 27 0 55 132 10 36 123 62
Binary 11101010 10000001 10111 0 101101 1011010 1000 11110 1010011 110010

Color Harmonies of #EA8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8117

Black with #EA8117

Text Example


Text Example

White with #EA8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8117; }

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

 H1.HeaderClassName
 {
   color: #EA8117;
 }
 .AnyTagClassName
 {
   color: #EA8117;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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