Html Css Color HEX #E5801A Carrot Orange

📋 copy color: '#E5801A'

red 229 ◦ green 128 ◦ blue 26

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

Shades of Carrot Orange #E5801A

Tints of Carrot Orange #E5801A

RGB

 RED value IS 229 (89.84% from 255) = 59.79%

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

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

R = 59.79%
G = 33.42%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5801A (or 0xE5801A) is known color: Carrot Orange. HEX triplet: E5, 80 and 1A. RGB value is (229,128,26). Sum of RGB (Red+Green+Blue) = 229+128+26=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E5801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5801A is #1A7FE5. Grayscale: #939393. Windows color (decimal): -1736678 or 1736933. OLE color: 1736933.

HSL color Cylindrical-coordinate representation of color #E5801A: hue angle of 30.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5801A is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 26 -
CMYK 0 0.44 0.89 0.10
HSL 30.15º 0.8% 0.5% -
HSV(B) 30.15º 0.89% 0.9% -
XYZ 40.22 32.17 5.07 -
YUV 146.57 59.96 186.79 -
System Red Green Blue C M Y K H S L
Decimal 229 128 26 0 0.44 0.89 0.10 30.15 0.8 0.5
Hex E5 80 1A 0 2C 59 A 1E 50 32
Octal 345 200 32 0 54 131 12 36 120 62
Binary 11100101 10000000 11010 0 101100 1011001 1010 11110 1010000 110010

Color Harmonies of #E5801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5801A

Black with #E5801A

Text Example


Text Example

White with #E5801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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