Html Css Color HEX #E49220 Carrot Orange

📋 copy color: '#E49220'

red 228 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #E49220

Tints of Carrot Orange #E49220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 56.16%
G = 35.96%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E49220 (or 0xE49220) is known color: Carrot Orange. HEX triplet: E4, 92 and 20. RGB value is (228,146,32). Sum of RGB (Red+Green+Blue) = 228+146+32=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E49220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49220 is #1B6DDF. Grayscale: #9E9E9E. Windows color (decimal): -1797600 or 2134756. OLE color: 2134756.

HSL color Cylindrical-coordinate representation of color #E49220: hue angle of 34.9º 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 #E49220 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 146 32 -
CMYK 0 0.36 0.86 0.11
HSL 34.9º 0.78% 0.51% -
HSV(B) 34.9º 0.86% 0.89% -
XYZ 42.53 37.16 6.3 -
YUV 157.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 228 146 32 0 0.36 0.86 0.11 34.9 0.78 0.51
Hex E4 92 20 0 24 56 B 23 4E 33
Octal 344 222 40 0 44 126 13 43 116 63
Binary 11100100 10010010 100000 0 100100 1010110 1011 100011 1001110 110011

Color Harmonies of #E49220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49220

Black with #E49220

Text Example


Text Example

White with #E49220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49220; }

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

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

background-color css

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

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

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

border-color css

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

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

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