Html Css Color HEX #EA811E Carrot Orange

📋 copy color: '#EA811E'

red 234 ◦ green 129 ◦ blue 30

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

Shades of Carrot Orange #EA811E

Tints of Carrot Orange #EA811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.63%

R = 59.54%
G = 32.82%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA811E (or 0xEA811E) is known color: Carrot Orange. HEX triplet: EA, 81 and 1E. RGB value is (234,129,30). Sum of RGB (Red+Green+Blue) = 234+129+30=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA811E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA811E is #157EE1. Grayscale: #959595. Windows color (decimal): -1408738 or 1999338. OLE color: 1999338.

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

Color convert

RGB 234 129 30 -
CMYK 0 0.45 0.87 0.08
HSL 29.12º 0.83% 0.52% -
HSV(B) 29.12º 0.87% 0.92% -
XYZ 42.02 33.29 5.44 -
YUV 149.11 60.79 188.55 -
System Red Green Blue C M Y K H S L
Decimal 234 129 30 0 0.45 0.87 0.08 29.12 0.83 0.52
Hex EA 81 1E 0 2D 57 8 1D 53 34
Octal 352 201 36 0 55 127 10 35 123 64
Binary 11101010 10000001 11110 0 101101 1010111 1000 11101 1010011 110100

Color Harmonies of #EA811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA811E

Black with #EA811E

Text Example


Text Example

White with #EA811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA811E; }

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

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

background-color css

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

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

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

border-color css

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

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

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