#EF571C

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

Shades of Persimmon #EF571C

Tints of Persimmon #EF571C

Color information

#EF571C (or 0xEF571C) is unknown color: approx Persimmon. HEX triplet: EF, 57 and 1C. RGB value is (239,87,28). Sum of RGB (Red+Green+Blue) = 239+87+28=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF571C is #10A8E3. Grayscale: #7E7E7E. Windows color (decimal): -1091812 or 1857519. OLE color: 1857519.

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

Color convert

RGB2398728-
CMYK00.640.880.06
HSL16.78º86.83%52.35%-
HSV(B)16.78º88.28%93.73%-
XYZ39.2125.253.91-
YUV125.7272.86208.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.51%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 28 (11.33% from 255) = 7.91%
R=67.51%
G=24.58%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239872800.640.880.0616.7886.8352.35
HexEF571C040586115734
Octal35712734010013062112764
Binary11101111101011111100010000001011000110100011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF571C; }

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

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

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

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

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

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

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

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