Html Css Color HEX #EA8116 Carrot Orange

📋 copy color: '#EA8116'

red 234 ◦ green 129 ◦ blue 22

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

Shades of Carrot Orange #EA8116

Tints of Carrot Orange #EA8116

RGB

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

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

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

R = 60.78%
G = 33.51%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA8116 (or 0xEA8116) is known color: Carrot Orange. HEX triplet: EA, 81 and 16. RGB value is (234,129,22). Sum of RGB (Red+Green+Blue) = 234+129+22=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8116 is #157EE9. Grayscale: #949494. Windows color (decimal): -1408746 or 1475050. OLE color: 1475050.

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

Color convert

RGB 234 129 22 -
CMYK 0 0.45 0.91 0.08
HSL 30.28º 0.83% 0.5% -
HSV(B) 30.28º 0.91% 0.92% -
XYZ 41.93 33.25 4.97 -
YUV 148.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 234 129 22 0 0.45 0.91 0.08 30.28 0.83 0.5
Hex EA 81 16 0 2D 5B 8 1E 53 32
Octal 352 201 26 0 55 133 10 36 123 62
Binary 11101010 10000001 10110 0 101101 1011011 1000 11110 1010011 110010

Color Harmonies of #EA8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8116

Black with #EA8116

Text Example


Text Example

White with #EA8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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