Html Css Color HEX #EA801A Carrot Orange

📋 copy color: '#EA801A'

red 234 ◦ green 128 ◦ blue 26

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

Shades of Carrot Orange #EA801A

Tints of Carrot Orange #EA801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.7%

R = 60.31%
G = 32.99%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA801A (or 0xEA801A) is known color: Carrot Orange. HEX triplet: EA, 80 and 1A. RGB value is (234,128,26). Sum of RGB (Red+Green+Blue) = 234+128+26=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA801A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA801A is #157FE5. Grayscale: #949494. Windows color (decimal): -1408998 or 1736938. OLE color: 1736938.

HSL color Cylindrical-coordinate representation of color #EA801A: 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.89%. Process color model (Four color, CMYK) of #EA801A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 26 -
CMYK 0 0.45 0.89 0.08
HSL 29.42º 0.83% 0.51% -
HSV(B) 29.42º 0.89% 0.92% -
XYZ 41.84 33.01 5.14 -
YUV 148.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 234 128 26 0 0.45 0.89 0.08 29.42 0.83 0.51
Hex EA 80 1A 0 2D 59 8 1D 53 33
Octal 352 200 32 0 55 131 10 35 123 63
Binary 11101010 10000000 11010 0 101101 1011001 1000 11101 1010011 110011

Color Harmonies of #EA801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA801A

Black with #EA801A

Text Example


Text Example

White with #EA801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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