#ef591d

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

Shades of Persimmon #EF591D

Tints of Persimmon #EF591D

Color information

#EF591D (or 0xEF591D) is unknown color: approx Persimmon. HEX triplet: EF, 59 and 1D. RGB value is (239,89,29). Sum of RGB (Red+Green+Blue) = 239+89+29=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF591D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF591D is #10A6E2. Grayscale: #7F7F7F. Windows color (decimal): -1091299 or 1923567. OLE color: 1923567.

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

Color convert

RGB2398929-
CMYK00.630.880.06
HSL17.14º86.78%52.55%-
HSV(B)17.14º87.87%93.73%-
XYZ39.3925.584.02-
YUV127.0172.7207.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.95%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 29 (11.72% from 255) = 8.12%
R=66.95%
G=24.93%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239892900.630.880.0617.1486.7852.55
HexEF591D03F586115735
Octal3571313507713062112765
Binary1110111110110011110101111111011000110100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef591d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef591d; }

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

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

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

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

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

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

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

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