#E18412

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

Shades of Carrot Orange #E18412

Tints of Carrot Orange #E18412

Color information

#E18412 (or 0xE18412) is unknown color: approx Carrot Orange. HEX triplet: E1, 84 and 12. RGB value is (225,132,18). Sum of RGB (Red+Green+Blue) = 225+132+18=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E18412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18412 is #1E7BED. Grayscale: #939393. Windows color (decimal): -1997806 or 1213665. OLE color: 1213665.

HSL color Cylindrical-coordinate representation of color #E18412: hue angle of 33.04º 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 #E18412 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB22513218-
CMYK00.410.920.12
HSL33.04º85.19%47.65%-
HSV(B)33.04º92%88.24%-
XYZ39.4132.554.78-
YUV146.8155.31183.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=60%
G=35.2%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251321800.410.920.1233.0485.1947.65
HexE184120295CC215530
Octal34120422051134144112560
Binary1110000110000100100100101001101110011001000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18412; }

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

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

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

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

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

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

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

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