Html Css Color HEX #EA811D Carrot Orange

📋 copy color: '#EA811D'

red 234 ◦ green 129 ◦ blue 29

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

Shades of Carrot Orange #EA811D

Tints of Carrot Orange #EA811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.4%

R = 59.69%
G = 32.91%
B = 7.4%

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

#EA811D (or 0xEA811D) is known color: Carrot Orange. HEX triplet: EA, 81 and 1D. RGB value is (234,129,29). Sum of RGB (Red+Green+Blue) = 234+129+29=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA811D is #157EE2. Grayscale: #959595. Windows color (decimal): -1408739 or 1933802. OLE color: 1933802.

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

Color convert

RGB 234 129 29 -
CMYK 0 0.45 0.88 0.08
HSL 29.27º 0.83% 0.52% -
HSV(B) 29.27º 0.88% 0.92% -
XYZ 42 33.28 5.37 -
YUV 149 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 234 129 29 0 0.45 0.88 0.08 29.27 0.83 0.52
Hex EA 81 1D 0 2D 58 8 1D 53 34
Octal 352 201 35 0 55 130 10 35 123 64
Binary 11101010 10000001 11101 0 101101 1011000 1000 11101 1010011 110100

Color Harmonies of #EA811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA811D

Black with #EA811D

Text Example


Text Example

White with #EA811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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