#EF5516

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

Shades of Persimmon #EF5516

Tints of Persimmon #EF5516

Color information

#EF5516 (or 0xEF5516) is unknown color: approx Persimmon. HEX triplet: EF, 55 and 16. RGB value is (239,85,22). Sum of RGB (Red+Green+Blue) = 239+85+22=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5516 is #10AAE9. Grayscale: #7C7C7C. Windows color (decimal): -1092330 or 1463791. OLE color: 1463791.

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

Color convert

RGB2398522-
CMYK00.640.910.06
HSL17.42º87.15%51.18%-
HSV(B)17.42º90.79%93.73%-
XYZ38.9924.913.51-
YUV123.8670.52210.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.08%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 22 (8.98% from 255) = 6.36%
R=69.08%
G=24.57%
B=6.36%

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
Decimal239852200.640.910.0617.4287.1551.18
HexEF55160405B6115733
Octal35712526010013362112763
Binary11101111101010110110010000001011011110100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5516; }

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

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

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

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

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

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

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

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