Html Css Color HEX #EA8616 Carrot Orange

📋 copy color: '#EA8616'

red 234 ◦ green 134 ◦ blue 22

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

Shades of Carrot Orange #EA8616

Tints of Carrot Orange #EA8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 60%
G = 34.36%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA8616 (or 0xEA8616) is known color: Carrot Orange. HEX triplet: EA, 86 and 16. RGB value is (234,134,22). Sum of RGB (Red+Green+Blue) = 234+134+22=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8616 is #1579E9. Grayscale: #979797. Windows color (decimal): -1407466 or 1476330. OLE color: 1476330.

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

Color convert

RGB 234 134 22 -
CMYK 0 0.43 0.91 0.08
HSL 31.7º 0.83% 0.5% -
HSV(B) 31.7º 0.91% 0.92% -
XYZ 42.6 34.6 5.19 -
YUV 151.13 55.13 187.11 -
System Red Green Blue C M Y K H S L
Decimal 234 134 22 0 0.43 0.91 0.08 31.7 0.83 0.5
Hex EA 86 16 0 2B 5B 8 20 53 32
Octal 352 206 26 0 53 133 10 40 123 62
Binary 11101010 10000110 10110 0 101011 1011011 1000 100000 1010011 110010

Color Harmonies of #EA8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8616

Black with #EA8616

Text Example


Text Example

White with #EA8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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