Html Css Color HEX #E49020 Carrot Orange

📋 copy color: '#E49020'

red 228 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #E49020

Tints of Carrot Orange #E49020

RGB

 RED value IS 228 (89.45% from 255) = 56.44%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 32 (12.89% from 255) = 7.92%

R = 56.44%
G = 35.64%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E49020 (or 0xE49020) is known color: Carrot Orange. HEX triplet: E4, 90 and 20. RGB value is (228,144,32). Sum of RGB (Red+Green+Blue) = 228+144+32=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E49020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49020 is #1B6FDF. Grayscale: #9C9C9C. Windows color (decimal): -1798112 or 2134244. OLE color: 2134244.

HSL color Cylindrical-coordinate representation of color #E49020: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E49020 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 144 32 -
CMYK 0 0.37 0.86 0.11
HSL 34.29º 0.78% 0.51% -
HSV(B) 34.29º 0.86% 0.89% -
XYZ 42.23 36.54 6.19 -
YUV 156.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 228 144 32 0 0.37 0.86 0.11 34.29 0.78 0.51
Hex E4 90 20 0 25 56 B 22 4E 33
Octal 344 220 40 0 45 126 13 42 116 63
Binary 11100100 10010000 100000 0 100101 1010110 1011 100010 1001110 110011

Color Harmonies of #E49020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49020

Black with #E49020

Text Example


Text Example

White with #E49020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49020; }

 p { color: rgb(228,144,32); }

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

background-color css

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

 a { background-color: rgb(228,144,32); }

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

border-color css

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

 span { border-color: rgb(228,144,32); }

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