#ED660E

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

Shades of Persimmon #ED660E

Tints of Persimmon #ED660E

Color information

#ED660E (or 0xED660E) is unknown color: approx Persimmon. HEX triplet: ED, 66 and 0E. RGB value is (237,102,14). Sum of RGB (Red+Green+Blue) = 237+102+14=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED660E is #1299F1. Grayscale: #848484. Windows color (decimal): -1219058 or 943853. OLE color: 943853.

HSL color Cylindrical-coordinate representation of color #ED660E: hue angle of 23.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED660E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23710214-
CMYK00.570.940.07
HSL23.68º88.84%49.22%-
HSV(B)23.68º94.09%92.94%-
XYZ39.7627.543.64-
YUV132.3361.23202.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.14%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 14 (5.86% from 255) = 3.97%
R=67.14%
G=28.90%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371021400.570.940.0723.6888.8449.22
HexED66E0395E7185931
Octal3551461607113673013161
Binary111011011100110111001110011011110111110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED660E; }

 p { color: rgb(237,102,14); }

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

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

 a { background-color: rgb(237,102,14); }

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

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

 span { border-color: rgb(237,102,14); }

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