#e1911c

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

Shades of Carrot Orange #E1911C

Tints of Carrot Orange #E1911C

Color information

#E1911C (or 0xE1911C) is unknown color: approx Carrot Orange. HEX triplet: E1, 91 and 1C. RGB value is (225,145,28). Sum of RGB (Red+Green+Blue) = 225+145+28=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1911C is #1E6EE3. Grayscale: #9C9C9C. Windows color (decimal): -1994468 or 1872353. OLE color: 1872353.

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

Color convert

RGB22514528-
CMYK00.360.880.12
HSL35.63º77.87%49.61%-
HSV(B)35.63º87.56%88.24%-
XYZ41.3936.345.93-
YUV155.5856177.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 28 (11.33% from 255) = 7.04%
R=56.53%
G=36.43%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251452800.360.880.1235.6377.8749.61
HexE1911C02458C244e32
Octal34122134044130144411662
Binary1110000110010001111000100100101100011001001001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1911c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1911c; }

 p { color: rgb(225,145,28); }

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

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

 a { background-color: rgb(225,145,28); }

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

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

 span { border-color: rgb(225,145,28); }

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