#ED4A11

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

Shades of Persimmon #ED4A11

Tints of Persimmon #ED4A11

Color information

#ED4A11 (or 0xED4A11) is unknown color: approx Persimmon. HEX triplet: ED, 4A and 11. RGB value is (237,74,17). Sum of RGB (Red+Green+Blue) = 237+74+17=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4A11 is #12B5EE. Grayscale: #747474. Windows color (decimal): -1226223 or 1133293. OLE color: 1133293.

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

Color convert

RGB2377417-
CMYK00.690.930.07
HSL15.55º86.61%49.8%-
HSV(B)15.55º92.83%92.94%-
XYZ37.4822.942.98-
YUV116.2472214.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.26%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 17 (7.03% from 255) = 5.18%
R=72.26%
G=22.56%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237741700.690.930.0715.5586.6149.8
HexED4A110455D7105732
Octal35511221010513572012762
Binary11101101100101010001010001011011101111100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4A11; }

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

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

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

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

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

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

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

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