#ED5F11

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

Shades of Persimmon #ED5F11

Tints of Persimmon #ED5F11

Color information

#ED5F11 (or 0xED5F11) is unknown color: approx Persimmon. HEX triplet: ED, 5F and 11. RGB value is (237,95,17). Sum of RGB (Red+Green+Blue) = 237+95+17=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5F11 is #12A0EE. Grayscale: #818181. Windows color (decimal): -1220847 or 1138669. OLE color: 1138669.

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

Color convert

RGB2379517-
CMYK00.600.930.07
HSL21.27º86.61%49.8%-
HSV(B)21.27º92.83%92.94%-
XYZ39.1226.233.53-
YUV128.5765.04205.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.91%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 17 (7.03% from 255) = 4.87%
R=67.91%
G=27.22%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237951700.600.930.0721.2786.6149.8
HexED5F1103C5D7155732
Octal3551372107413572512762
Binary1110110110111111000101111001011101111101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5F11; }

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

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

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

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

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

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

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

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