#EF6116

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

Shades of Persimmon #EF6116

Tints of Persimmon #EF6116

Color information

#EF6116 (or 0xEF6116) is unknown color: approx Persimmon. HEX triplet: EF, 61 and 16. RGB value is (239,97,22). Sum of RGB (Red+Green+Blue) = 239+97+22=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6116 is #109EE9. Grayscale: #838383. Windows color (decimal): -1089258 or 1466863. OLE color: 1466863.

HSL color Cylindrical-coordinate representation of color #EF6116: hue angle of 20.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6116 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB2399722-
CMYK00.590.910.06
HSL20.74º87.15%51.18%-
HSV(B)20.74º90.79%93.73%-
XYZ40.0226.963.85-
YUV130.9166.54205.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.76%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 22 (8.98% from 255) = 6.15%
R=66.76%
G=27.09%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239972200.590.910.0620.7487.1551.18
HexEF611603B5B6155733
Octal3571412607313362512763
Binary1110111111000011011001110111011011110101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6116; }

 p { color: rgb(239,97,22); }

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

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

 a { background-color: rgb(239,97,22); }

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

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

 span { border-color: rgb(239,97,22); }

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