#EF581E

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

Shades of Persimmon #EF581E

Tints of Persimmon #EF581E

Color information

#EF581E (or 0xEF581E) is unknown color: approx Persimmon. HEX triplet: EF, 58 and 1E. RGB value is (239,88,30). Sum of RGB (Red+Green+Blue) = 239+88+30=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF581E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF581E is #10A7E1. Grayscale: #7E7E7E. Windows color (decimal): -1091554 or 1988847. OLE color: 1988847.

HSL color Cylindrical-coordinate representation of color #EF581E: hue angle of 16.65º 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 #EF581E is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2398830-
CMYK00.630.870.06
HSL16.65º86.72%52.75%-
HSV(B)16.65º87.45%93.73%-
XYZ39.3225.424.06-
YUV126.5473.53208.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.95%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 30 (12.11% from 255) = 8.40%
R=66.95%
G=24.65%
B=8.40%

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
Decimal239883000.630.870.0616.6586.7252.75
HexEF581E03F576115735
Octal3571303607712762112765
Binary1110111110110001111001111111010111110100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF581E; }

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

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

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

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

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

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

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

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