#ED5411

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

Shades of Persimmon #ED5411

Tints of Persimmon #ED5411

Color information

#ED5411 (or 0xED5411) is unknown color: approx Persimmon. HEX triplet: ED, 54 and 11. RGB value is (237,84,17). Sum of RGB (Red+Green+Blue) = 237+84+17=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5411 is #12ABEE. Grayscale: #7A7A7A. Windows color (decimal): -1223663 or 1135853. OLE color: 1135853.

HSL color Cylindrical-coordinate representation of color #ED5411: hue angle of 18.27º 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 #ED5411 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB2378417-
CMYK00.650.930.07
HSL18.27º86.61%49.8%-
HSV(B)18.27º92.83%92.94%-
XYZ38.224.393.22-
YUV122.1168.69209.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.12%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 17 (7.03% from 255) = 5.03%
R=70.12%
G=24.85%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237841700.650.930.0718.2786.6149.8
HexED54110415D7125732
Octal35512421010113572212762
Binary11101101101010010001010000011011101111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5411; }

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

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

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

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

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

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

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

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