Html Css Color HEX #EA8A16 Carrot Orange

📋 copy color: '#EA8A16'

red 234 ◦ green 138 ◦ blue 22

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

Shades of Carrot Orange #EA8A16

Tints of Carrot Orange #EA8A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 59.39%
G = 35.03%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA8A16 (or 0xEA8A16) is known color: Carrot Orange. HEX triplet: EA, 8A and 16. RGB value is (234,138,22). Sum of RGB (Red+Green+Blue) = 234+138+22=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8A16 is #1575E9. Grayscale: #9A9A9A. Windows color (decimal): -1406442 or 1477354. OLE color: 1477354.

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

Color convert

RGB 234 138 22 -
CMYK 0 0.41 0.91 0.08
HSL 32.83º 0.83% 0.5% -
HSV(B) 32.83º 0.91% 0.92% -
XYZ 43.16 35.73 5.38 -
YUV 153.48 53.8 185.43 -
System Red Green Blue C M Y K H S L
Decimal 234 138 22 0 0.41 0.91 0.08 32.83 0.83 0.5
Hex EA 8A 16 0 29 5B 8 21 53 32
Octal 352 212 26 0 51 133 10 41 123 62
Binary 11101010 10001010 10110 0 101001 1011011 1000 100001 1010011 110010

Color Harmonies of #EA8A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A16

Black with #EA8A16

Text Example


Text Example

White with #EA8A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A16; }

 p { color: rgb(234,138,22); }

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

background-color css

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

 a { background-color: rgb(234,138,22); }

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

border-color css

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

 span { border-color: rgb(234,138,22); }

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