#ef591e

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

Shades of Persimmon #EF591E

Tints of Persimmon #EF591E

Color information

#EF591E (or 0xEF591E) is unknown color: approx Persimmon. HEX triplet: EF, 59 and 1E. RGB value is (239,89,30). Sum of RGB (Red+Green+Blue) = 239+89+30=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF591E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF591E is #10A6E1. Grayscale: #7F7F7F. Windows color (decimal): -1091298 or 1989103. OLE color: 1989103.

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

Color convert

RGB2398930-
CMYK00.630.870.06
HSL16.94º86.72%52.75%-
HSV(B)16.94º87.45%93.73%-
XYZ39.425.594.09-
YUV127.1273.2207.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.76%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 30 (12.11% from 255) = 8.38%
R=66.76%
G=24.86%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239893000.630.870.0616.9486.7252.75
HexEF591E03F576115735
Octal3571313607712762112765
Binary1110111110110011111001111111010111110100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef591e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef591e; }

 p { color: rgb(239,89,30); }

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

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

 a { background-color: rgb(239,89,30); }

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

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

 span { border-color: rgb(239,89,30); }

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