Html Css Color HEX #EA811C Carrot Orange

📋 copy color: '#EA811C'

red 234 ◦ green 129 ◦ blue 28

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

Shades of Carrot Orange #EA811C

Tints of Carrot Orange #EA811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 59.85%
G = 32.99%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA811C (or 0xEA811C) is known color: Carrot Orange. HEX triplet: EA, 81 and 1C. RGB value is (234,129,28). Sum of RGB (Red+Green+Blue) = 234+129+28=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA811C is #157EE3. Grayscale: #959595. Windows color (decimal): -1408740 or 1868266. OLE color: 1868266.

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

Color convert

RGB 234 129 28 -
CMYK 0 0.45 0.88 0.08
HSL 29.42º 0.83% 0.51% -
HSV(B) 29.42º 0.88% 0.92% -
XYZ 41.99 33.28 5.31 -
YUV 148.88 59.79 188.71 -
System Red Green Blue C M Y K H S L
Decimal 234 129 28 0 0.45 0.88 0.08 29.42 0.83 0.51
Hex EA 81 1C 0 2D 58 8 1D 53 33
Octal 352 201 34 0 55 130 10 35 123 63
Binary 11101010 10000001 11100 0 101101 1011000 1000 11101 1010011 110011

Color Harmonies of #EA811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA811C

Black with #EA811C

Text Example


Text Example

White with #EA811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA811C; }

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

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

background-color css

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

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

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

border-color css

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

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

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