Html Css Color HEX #E49522 Carrot Orange

📋 copy color: '#E49522'

red 228 ◦ green 149 ◦ blue 34

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

Shades of Carrot Orange #E49522

Tints of Carrot Orange #E49522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.27%

R = 55.47%
G = 36.25%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E49522 (or 0xE49522) is known color: Carrot Orange. HEX triplet: E4, 95 and 22. RGB value is (228,149,34). Sum of RGB (Red+Green+Blue) = 228+149+34=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E49522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49522 is #1B6ADD. Grayscale: #A0A0A0. Windows color (decimal): -1796830 or 2266596. OLE color: 2266596.

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

Color convert

RGB 228 149 34 -
CMYK 0 0.35 0.85 0.11
HSL 35.57º 0.78% 0.51% -
HSV(B) 35.57º 0.85% 0.89% -
XYZ 43.03 38.1 6.6 -
YUV 159.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 228 149 34 0 0.35 0.85 0.11 35.57 0.78 0.51
Hex E4 95 22 0 23 55 B 24 4E 33
Octal 344 225 42 0 43 125 13 44 116 63
Binary 11100100 10010101 100010 0 100011 1010101 1011 100100 1001110 110011

Color Harmonies of #E49522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49522

Black with #E49522

Text Example


Text Example

White with #E49522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49522; }

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

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

background-color css

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

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

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

border-color css

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

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

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