#EF5805

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

Shades of Persimmon #EF5805

Tints of Persimmon #EF5805

Color information

#EF5805 (or 0xEF5805) is unknown color: approx Persimmon. HEX triplet: EF, 58 and 05. RGB value is (239,88,5). Sum of RGB (Red+Green+Blue) = 239+88+5=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5805 is #10A7FA. Grayscale: #7C7C7C. Windows color (decimal): -1091579 or 350447. OLE color: 350447.

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

Color convert

RGB239885-
CMYK00.630.980.06
HSL21.28º95.9%47.84%-
HSV(B)21.28º97.91%93.73%-
XYZ39.1125.342.97-
YUV123.6961.03210.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.99%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=71.99%
G=26.51%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23988500.630.980.0621.2895.947.84
HexEF58503F626156030
Octal357130507714262514060
Binary11101111101100010101111111100010110101011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5805; }

 p { color: rgb(239,88,5); }

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

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

 a { background-color: rgb(239,88,5); }

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

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

 span { border-color: rgb(239,88,5); }

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