Html Css Color HEX #E18120 Carrot Orange

📋 copy color: '#E18120'

red 225 ◦ green 129 ◦ blue 32

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

Shades of Carrot Orange #E18120

Tints of Carrot Orange #E18120

RGB

 RED value IS 225 (88.28% from 255) = 58.29%

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

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

R = 58.29%
G = 33.42%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E18120 (or 0xE18120) is known color: Carrot Orange. HEX triplet: E1, 81 and 20. RGB value is (225,129,32). Sum of RGB (Red+Green+Blue) = 225+129+32=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E18120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18120 is #1E7EDF. Grayscale: #939393. Windows color (decimal): -1998560 or 2130401. OLE color: 2130401.

HSL color Cylindrical-coordinate representation of color #E18120: hue angle of 30.16º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E18120 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 129 32 -
CMYK 0 0.43 0.86 0.12
HSL 30.16º 0.76% 0.5% -
HSV(B) 30.16º 0.86% 0.88% -
XYZ 39.16 31.81 5.44 -
YUV 146.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 225 129 32 0 0.43 0.86 0.12 30.16 0.76 0.5
Hex E1 81 20 0 2B 56 C 1E 4C 32
Octal 341 201 40 0 53 126 14 36 114 62
Binary 11100001 10000001 100000 0 101011 1010110 1100 11110 1001100 110010

Color Harmonies of #E18120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18120

Black with #E18120

Text Example


Text Example

White with #E18120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18120; }

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

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

background-color css

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

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

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

border-color css

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

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

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