#ED5604

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

Shades of Persimmon #ED5604

Tints of Persimmon #ED5604

Color information

#ED5604 (or 0xED5604) is unknown color: approx Persimmon. HEX triplet: ED, 56 and 04. RGB value is (237,86,4). Sum of RGB (Red+Green+Blue) = 237+86+4=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5604 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5604 is #12A9FB. Grayscale: #7A7A7A. Windows color (decimal): -1223164 or 284397. OLE color: 284397.

HSL color Cylindrical-coordinate representation of color #ED5604: hue angle of 21.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED5604 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB237864-
CMYK00.640.980.07
HSL21.12º96.68%47.25%-
HSV(B)21.12º98.31%92.94%-
XYZ38.2724.672.86-
YUV121.861.53210.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.48%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=72.48%
G=26.30%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23786400.640.980.0721.1296.6847.25
HexED56404062715612f
Octal3551264010014272514157
Binary111011011010110100010000001100010111101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5604; }

 p { color: rgb(237,86,4); }

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

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

 a { background-color: rgb(237,86,4); }

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

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

 span { border-color: rgb(237,86,4); }

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