#ef571e

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

Shades of Persimmon #EF571E

Tints of Persimmon #EF571E

Color information

#EF571E (or 0xEF571E) is unknown color: approx Persimmon. HEX triplet: EF, 57 and 1E. RGB value is (239,87,30). Sum of RGB (Red+Green+Blue) = 239+87+30=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF571E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF571E is #10A8E1. Grayscale: #7E7E7E. Windows color (decimal): -1091810 or 1988591. OLE color: 1988591.

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

Color convert

RGB2398730-
CMYK00.640.870.06
HSL16.36º86.72%52.75%-
HSV(B)16.36º87.45%93.73%-
XYZ39.2425.264.04-
YUV125.9573.86208.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.13%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 30 (12.11% from 255) = 8.43%
R=67.13%
G=24.44%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239873000.640.870.0616.3686.7252.75
HexEF571E040576105735
Octal35712736010012762012765
Binary11101111101011111110010000001010111110100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef571e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef571e; }

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

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

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

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

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

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

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

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