#EF5616

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

Shades of Persimmon #EF5616

Tints of Persimmon #EF5616

Color information

#EF5616 (or 0xEF5616) is unknown color: approx Persimmon. HEX triplet: EF, 56 and 16. RGB value is (239,86,22). Sum of RGB (Red+Green+Blue) = 239+86+22=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5616 is #10A9E9. Grayscale: #7C7C7C. Windows color (decimal): -1092074 or 1464047. OLE color: 1464047.

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

Color convert

RGB2398622-
CMYK00.640.910.06
HSL17.7º87.15%51.18%-
HSV(B)17.7º90.79%93.73%-
XYZ39.0725.063.54-
YUV124.4570.19209.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.88%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 22 (8.98% from 255) = 6.34%
R=68.88%
G=24.78%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239862200.640.910.0617.787.1551.18
HexEF56160405B6125733
Octal35712626010013362212763
Binary11101111101011010110010000001011011110100101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5616; }

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

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

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

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

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

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

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

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