#ED5711

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

Shades of Persimmon #ED5711

Tints of Persimmon #ED5711

Color information

#ED5711 (or 0xED5711) is unknown color: approx Persimmon. HEX triplet: ED, 57 and 11. RGB value is (237,87,17). Sum of RGB (Red+Green+Blue) = 237+87+17=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5711 is #12A8EE. Grayscale: #7C7C7C. Windows color (decimal): -1222895 or 1136621. OLE color: 1136621.

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

Color convert

RGB2378717-
CMYK00.630.930.07
HSL19.09º86.61%49.8%-
HSV(B)19.09º92.83%92.94%-
XYZ38.4324.863.3-
YUV123.8767.7208.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.50%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 17 (7.03% from 255) = 4.99%
R=69.50%
G=25.51%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237871700.630.930.0719.0986.6149.8
HexED571103F5D7135732
Octal3551272107713572312762
Binary1110110110101111000101111111011101111100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5711; }

 p { color: rgb(237,87,17); }

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

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

 a { background-color: rgb(237,87,17); }

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

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

 span { border-color: rgb(237,87,17); }

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