Html Css Color HEX #E48120 Carrot Orange

📋 copy color: '#E48120'

red 228 ◦ green 129 ◦ blue 32

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

Shades of Carrot Orange #E48120

Tints of Carrot Orange #E48120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 58.61%
G = 33.16%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E48120 (or 0xE48120) is known color: Carrot Orange. HEX triplet: E4, 81 and 20. RGB value is (228,129,32). Sum of RGB (Red+Green+Blue) = 228+129+32=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E48120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48120 is #1B7EDF. Grayscale: #949494. Windows color (decimal): -1801952 or 2130404. OLE color: 2130404.

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

Color convert

RGB 228 129 32 -
CMYK 0 0.43 0.86 0.11
HSL 29.69º 0.78% 0.51% -
HSV(B) 29.69º 0.86% 0.89% -
XYZ 40.11 32.3 5.49 -
YUV 147.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 228 129 32 0 0.43 0.86 0.11 29.69 0.78 0.51
Hex E4 81 20 0 2B 56 B 1E 4E 33
Octal 344 201 40 0 53 126 13 36 116 63
Binary 11100100 10000001 100000 0 101011 1010110 1011 11110 1001110 110011

Color Harmonies of #E48120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48120

Black with #E48120

Text Example


Text Example

White with #E48120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48120; }

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

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

background-color css

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

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

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

border-color css

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

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

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