#ED6409

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

Shades of Persimmon #ED6409

Tints of Persimmon #ED6409

Color information

#ED6409 (or 0xED6409) is unknown color: approx Persimmon. HEX triplet: ED, 64 and 09. RGB value is (237,100,9). Sum of RGB (Red+Green+Blue) = 237+100+9=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6409 is #129BF6. Grayscale: #838383. Windows color (decimal): -1219575 or 615661. OLE color: 615661.

HSL color Cylindrical-coordinate representation of color #ED6409: hue angle of 23.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED6409 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB2371009-
CMYK00.580.960.07
HSL23.95º92.68%48.24%-
HSV(B)23.95º96.2%92.94%-
XYZ39.5327.143.41-
YUV130.5959.39203.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.50%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 9 (3.91% from 255) = 2.60%
R=68.50%
G=28.90%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237100900.580.960.0723.9592.6848.24
HexED64903A607185d30
Octal3551441107214073013560
Binary111011011100100100101110101100000111110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6409; }

 p { color: rgb(237,100,9); }

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

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

 a { background-color: rgb(237,100,9); }

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

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

 span { border-color: rgb(237,100,9); }

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