#E15D0F

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

Shades of Persimmon #E15D0F

Tints of Persimmon #E15D0F

Color information

#E15D0F (or 0xE15D0F) is unknown color: approx Persimmon. HEX triplet: E1, 5D and 0F. RGB value is (225,93,15). Sum of RGB (Red+Green+Blue) = 225+93+15=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D0F is #1EA2F0. Grayscale: #7C7C7C. Windows color (decimal): -2007793 or 1007073. OLE color: 1007073.

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

Color convert

RGB2259315-
CMYK00.590.930.12
HSL22.29º87.5%47.06%-
HSV(B)22.29º93.33%88.24%-
XYZ35.0523.873.21-
YUV123.5866.73200.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.57%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=67.57%
G=27.93%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225931500.590.930.1222.2987.547.06
HexE15DF03B5DC16582f
Octal34113517073135142613057
Binary1110000110111011111011101110111011100101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D0F; }

 p { color: rgb(225,93,15); }

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

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

 a { background-color: rgb(225,93,15); }

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

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

 span { border-color: rgb(225,93,15); }

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