#EF510F

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

Shades of Persimmon #EF510F

Tints of Persimmon #EF510F

Color information

#EF510F (or 0xEF510F) is unknown color: approx Persimmon. HEX triplet: EF, 51 and 0F. RGB value is (239,81,15). Sum of RGB (Red+Green+Blue) = 239+81+15=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF510F is #10AEF0. Grayscale: #797979. Windows color (decimal): -1093361 or 1004015. OLE color: 1004015.

HSL color Cylindrical-coordinate representation of color #EF510F: hue angle of 17.68º 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 #EF510F is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2398115-
CMYK00.660.940.06
HSL17.68º88.19%49.8%-
HSV(B)17.68º93.72%93.73%-
XYZ38.6324.273.1-
YUV120.7268.35212.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.34%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 15 (6.25% from 255) = 4.48%
R=71.34%
G=24.18%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239811500.660.940.0617.6888.1949.8
HexEF51F0425E6125832
Octal35712117010213662213062
Binary1110111110100011111010000101011110110100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF510F; }

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

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

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

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

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

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

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

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