#EF560F

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

Shades of Persimmon #EF560F

Tints of Persimmon #EF560F

Color information

#EF560F (or 0xEF560F) is unknown color: approx Persimmon. HEX triplet: EF, 56 and 0F. RGB value is (239,86,15). Sum of RGB (Red+Green+Blue) = 239+86+15=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF560F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF560F is #10A9F0. Grayscale: #7C7C7C. Windows color (decimal): -1092081 or 1005295. OLE color: 1005295.

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

Color convert

RGB2398615-
CMYK00.640.940.06
HSL19.02º88.19%49.8%-
HSV(B)19.02º93.72%93.73%-
XYZ39.0125.043.23-
YUV123.6566.69210.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.29%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=70.29%
G=25.29%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239861500.640.940.0619.0288.1949.8
HexEF56F0405E6135832
Octal35712617010013662313062
Binary1110111110101101111010000001011110110100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF560F; }

 p { color: rgb(239,86,15); }

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

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

 a { background-color: rgb(239,86,15); }

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

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

 span { border-color: rgb(239,86,15); }

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