#ED5017

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

Shades of Persimmon #ED5017

Tints of Persimmon #ED5017

Color information

#ED5017 (or 0xED5017) is unknown color: approx Persimmon. HEX triplet: ED, 50 and 17. RGB value is (237,80,23). Sum of RGB (Red+Green+Blue) = 237+80+23=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5017 is #12AFE8. Grayscale: #787878. Windows color (decimal): -1224681 or 1528045. OLE color: 1528045.

HSL color Cylindrical-coordinate representation of color #ED5017: hue angle of 15.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED5017 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB2378023-
CMYK00.660.900.07
HSL15.98º85.6%50.98%-
HSV(B)15.98º90.3%92.94%-
XYZ37.9523.83.41-
YUV120.4473.01211.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.71%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 23 (9.38% from 255) = 6.76%
R=69.71%
G=23.53%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237802300.660.900.0715.9885.650.98
HexED50170425A7105633
Octal35512027010213272012663
Binary11101101101000010111010000101011010111100001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5017; }

 p { color: rgb(237,80,23); }

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

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

 a { background-color: rgb(237,80,23); }

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

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

 span { border-color: rgb(237,80,23); }

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