Html Css Color HEX #E49124 Carrot Orange

📋 copy color: '#E49124'

red 228 ◦ green 145 ◦ blue 36

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

Shades of Carrot Orange #E49124

Tints of Carrot Orange #E49124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 36 (14.45% from 255) = 8.8%

R = 55.75%
G = 35.45%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E49124 (or 0xE49124) is known color: Carrot Orange. HEX triplet: E4, 91 and 24. RGB value is (228,145,36). Sum of RGB (Red+Green+Blue) = 228+145+36=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E49124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49124 is #1B6EDB. Grayscale: #9D9D9D. Windows color (decimal): -1797852 or 2396644. OLE color: 2396644.

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

Color convert

RGB 228 145 36 -
CMYK 0 0.36 0.84 0.11
HSL 34.06º 0.78% 0.52% -
HSV(B) 34.06º 0.84% 0.89% -
XYZ 42.44 36.87 6.55 -
YUV 157.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 228 145 36 0 0.36 0.84 0.11 34.06 0.78 0.52
Hex E4 91 24 0 24 54 B 22 4E 34
Octal 344 221 44 0 44 124 13 42 116 64
Binary 11100100 10010001 100100 0 100100 1010100 1011 100010 1001110 110100

Color Harmonies of #E49124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49124

Black with #E49124

Text Example


Text Example

White with #E49124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49124; }

 p { color: rgb(228,145,36); }

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

background-color css

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

 a { background-color: rgb(228,145,36); }

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

border-color css

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

 span { border-color: rgb(228,145,36); }

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