#E1500F

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

Shades of Persimmon #E1500F

Tints of Persimmon #E1500F

Color information

#E1500F (or 0xE1500F) is unknown color: approx Persimmon. HEX triplet: E1, 50 and 0F. RGB value is (225,80,15). Sum of RGB (Red+Green+Blue) = 225+80+15=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1500F is #1EAFF0. Grayscale: #747474. Windows color (decimal): -2011121 or 1003745. OLE color: 1003745.

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

Color convert

RGB2258015-
CMYK00.640.930.12
HSL18.57º87.5%47.06%-
HSV(B)18.57º93.33%88.24%-
XYZ34.0121.782.86-
YUV115.9471.04205.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.31%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=70.31%
G=25%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225801500.640.930.1218.5787.547.06
HexE150F0405DC13582f
Octal341120170100135142313057
Binary11100001101000011110100000010111011100100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1500F; }

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

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

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

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

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

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

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

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