#EF5109

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

Shades of Persimmon #EF5109

Tints of Persimmon #EF5109

Color information

#EF5109 (or 0xEF5109) is unknown color: approx Persimmon. HEX triplet: EF, 51 and 09. RGB value is (239,81,9). Sum of RGB (Red+Green+Blue) = 239+81+9=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5109 is #10AEF6. Grayscale: #787878. Windows color (decimal): -1093367 or 610799. OLE color: 610799.

HSL color Cylindrical-coordinate representation of color #EF5109: hue angle of 18.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF5109 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB239819-
CMYK00.660.960.06
HSL18.78º92.74%48.63%-
HSV(B)18.78º96.23%93.73%-
XYZ38.5924.262.91-
YUV120.0365.35212.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.64%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 9 (3.91% from 255) = 2.74%
R=72.64%
G=24.62%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23981900.660.960.0618.7892.7448.63
HexEF519042606135d31
Octal35712111010214062313561
Binary1110111110100011001010000101100000110100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5109; }

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

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

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

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

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

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

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

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