#ed5311

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

Shades of Persimmon #ED5311

Tints of Persimmon #ED5311

Color information

#ED5311 (or 0xED5311) is unknown color: approx Persimmon. HEX triplet: ED, 53 and 11. RGB value is (237,83,17). Sum of RGB (Red+Green+Blue) = 237+83+17=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5311 is #12ACEE. Grayscale: #797979. Windows color (decimal): -1223919 or 1135597. OLE color: 1135597.

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

Color convert

RGB2378317-
CMYK00.650.930.07
HSL18º86.61%49.8%-
HSV(B)18º92.83%92.94%-
XYZ38.1224.233.2-
YUV121.5269.02210.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=70.33%
G=24.63%
B=5.04%

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
Decimal237831700.650.930.071886.6149.8
HexED53110415D7125732
Octal35512321010113572212762
Binary11101101101001110001010000011011101111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed5311; }

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

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

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

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

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

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

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

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