#ED6111

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

Shades of Persimmon #ED6111

Tints of Persimmon #ED6111

Color information

#ED6111 (or 0xED6111) is unknown color: approx Persimmon. HEX triplet: ED, 61 and 11. RGB value is (237,97,17). Sum of RGB (Red+Green+Blue) = 237+97+17=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6111 is #129EEE. Grayscale: #828282. Windows color (decimal): -1220335 or 1139181. OLE color: 1139181.

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

Color convert

RGB2379717-
CMYK00.590.930.07
HSL21.82º86.61%49.8%-
HSV(B)21.82º92.83%92.94%-
XYZ39.326.593.59-
YUV129.7464.38204.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.52%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 17 (7.03% from 255) = 4.84%
R=67.52%
G=27.64%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237971700.590.930.0721.8286.6149.8
HexED611103B5D7165732
Octal3551412107313572612762
Binary1110110111000011000101110111011101111101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6111; }

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

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

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

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

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

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

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

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