Html Css Color HEX #E49520 Carrot Orange

📋 copy color: '#E49520'

red 228 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #E49520

Tints of Carrot Orange #E49520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 55.75%
G = 36.43%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E49520 (or 0xE49520) is known color: Carrot Orange. HEX triplet: E4, 95 and 20. RGB value is (228,149,32). Sum of RGB (Red+Green+Blue) = 228+149+32=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E49520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49520 is #1B6ADF. Grayscale: #9F9F9F. Windows color (decimal): -1796832 or 2135524. OLE color: 2135524.

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

Color convert

RGB 228 149 32 -
CMYK 0 0.35 0.86 0.11
HSL 35.82º 0.78% 0.51% -
HSV(B) 35.82º 0.86% 0.89% -
XYZ 43 38.09 6.45 -
YUV 159.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 228 149 32 0 0.35 0.86 0.11 35.82 0.78 0.51
Hex E4 95 20 0 23 56 B 24 4E 33
Octal 344 225 40 0 43 126 13 44 116 63
Binary 11100100 10010101 100000 0 100011 1010110 1011 100100 1001110 110011

Color Harmonies of #E49520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49520

Black with #E49520

Text Example


Text Example

White with #E49520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49520; }

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

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

background-color css

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

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

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

border-color css

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

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

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