#E18212

Color #E18212 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #E18212

Tints of Carrot Orange #E18212

Color information

#E18212 (or 0xE18212) is unknown color: approx Carrot Orange. HEX triplet: E1, 82 and 12. RGB value is (225,130,18). Sum of RGB (Red+Green+Blue) = 225+130+18=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E18212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18212 is #1E7DED. Grayscale: #929292. Windows color (decimal): -1998318 or 1213153. OLE color: 1213153.

HSL color Cylindrical-coordinate representation of color #E18212: hue angle of 32.46º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18212 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB22513018-
CMYK00.420.920.12
HSL32.46º85.19%47.65%-
HSV(B)32.46º92%88.24%-
XYZ39.1432.024.69-
YUV145.6455.97184.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.32%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 18 (7.42% from 255) = 4.83%
R=60.32%
G=34.85%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251301800.420.920.1232.4685.1947.65
HexE1821202A5CC205530
Octal34120222052134144012560
Binary1110000110000010100100101010101110011001000001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18212; }

 p { color: rgb(225,130,18); }

 H1.HeaderClassName
 {
   color: #E18212;
 }
 .AnyTagClassName
 {
   color: #E18212;
 }
</style>
background-color css

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

 a { background-color: rgb(225,130,18); }

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

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

 span { border-color: rgb(225,130,18); }

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