#E15E0C

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

Shades of Persimmon #E15E0C

Tints of Persimmon #E15E0C

Color information

#E15E0C (or 0xE15E0C) is unknown color: approx Persimmon. HEX triplet: E1, 5E and 0C. RGB value is (225,94,12). Sum of RGB (Red+Green+Blue) = 225+94+12=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15E0C is #1EA1F3. Grayscale: #7C7C7C. Windows color (decimal): -2007540 or 810721. OLE color: 810721.

HSL color Cylindrical-coordinate representation of color #E15E0C: hue angle of 23.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E15E0C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB2259412-
CMYK00.580.950.12
HSL23.1º89.87%46.47%-
HSV(B)23.1º94.67%88.24%-
XYZ35.1224.043.14-
YUV123.8264.9200.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.98%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=67.98%
G=28.40%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225941200.580.950.1223.189.8746.47
HexE15EC03A5FC175a2e
Octal34113614072137142713256
Binary1110000110111101100011101010111111100101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E0C; }

 p { color: rgb(225,94,12); }

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

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

 a { background-color: rgb(225,94,12); }

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

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

 span { border-color: rgb(225,94,12); }

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