#ED5408

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

Shades of Persimmon #ED5408

Tints of Persimmon #ED5408

Color information

#ED5408 (or 0xED5408) is unknown color: approx Persimmon. HEX triplet: ED, 54 and 08. RGB value is (237,84,8). Sum of RGB (Red+Green+Blue) = 237+84+8=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5408 is #12ABF7. Grayscale: #797979. Windows color (decimal): -1223672 or 546029. OLE color: 546029.

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

Color convert

RGB237848-
CMYK00.650.970.07
HSL19.91º93.47%48.04%-
HSV(B)19.91º96.62%92.94%-
XYZ38.1424.362.92-
YUV121.0864.19210.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.04%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 8 (3.52% from 255) = 2.43%
R=72.04%
G=25.53%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23784800.650.970.0719.9193.4748.04
HexED548041617145d30
Octal35512410010114172413560
Binary1110110110101001000010000011100001111101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5408; }

 p { color: rgb(237,84,8); }

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

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

 a { background-color: rgb(237,84,8); }

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

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

 span { border-color: rgb(237,84,8); }

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