Html Css Color HEX #EA801D Carrot Orange

📋 copy color: '#EA801D'

red 234 ◦ green 128 ◦ blue 29

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

Shades of Carrot Orange #EA801D

Tints of Carrot Orange #EA801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

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

R = 59.85%
G = 32.74%
B = 7.42%

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

#EA801D (or 0xEA801D) is known color: Carrot Orange. HEX triplet: EA, 80 and 1D. RGB value is (234,128,29). Sum of RGB (Red+Green+Blue) = 234+128+29=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA801D is #157FE2. Grayscale: #949494. Windows color (decimal): -1408995 or 1933546. OLE color: 1933546.

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

Color convert

RGB 234 128 29 -
CMYK 0 0.45 0.88 0.08
HSL 28.98º 0.83% 0.52% -
HSV(B) 28.98º 0.88% 0.92% -
XYZ 41.87 33.02 5.33 -
YUV 148.41 60.62 189.05 -
System Red Green Blue C M Y K H S L
Decimal 234 128 29 0 0.45 0.88 0.08 28.98 0.83 0.52
Hex EA 80 1D 0 2D 58 8 1D 53 34
Octal 352 200 35 0 55 130 10 35 123 64
Binary 11101010 10000000 11101 0 101101 1011000 1000 11101 1010011 110100

Color Harmonies of #EA801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA801D

Black with #EA801D

Text Example


Text Example

White with #EA801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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