#EF5F14

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

Shades of Persimmon #EF5F14

Tints of Persimmon #EF5F14

Color information

#EF5F14 (or 0xEF5F14) is unknown color: approx Persimmon. HEX triplet: EF, 5F and 14. RGB value is (239,95,20). Sum of RGB (Red+Green+Blue) = 239+95+20=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5F14 is #10A0EB. Grayscale: #818181. Windows color (decimal): -1089772 or 1335279. OLE color: 1335279.

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

Color convert

RGB2399520-
CMYK00.600.920.06
HSL20.55º87.25%50.78%-
HSV(B)20.55º91.63%93.73%-
XYZ39.8226.593.69-
YUV129.5166.21206.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.51%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 20 (8.20% from 255) = 5.65%
R=67.51%
G=26.84%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239952000.600.920.0620.5587.2550.78
HexEF5F1403C5C6155733
Octal3571372407413462512763
Binary1110111110111111010001111001011100110101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5F14; }

 p { color: rgb(239,95,20); }

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

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

 a { background-color: rgb(239,95,20); }

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

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

 span { border-color: rgb(239,95,20); }

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