#ED580F

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

Shades of Persimmon #ED580F

Tints of Persimmon #ED580F

Color information

#ED580F (or 0xED580F) is unknown color: approx Persimmon. HEX triplet: ED, 58 and 0F. RGB value is (237,88,15). Sum of RGB (Red+Green+Blue) = 237+88+15=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED580F is #12A7F0. Grayscale: #7C7C7C. Windows color (decimal): -1222641 or 1005805. OLE color: 1005805.

HSL color Cylindrical-coordinate representation of color #ED580F: hue angle of 19.73º degrees, saturation: 0.88, 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 #ED580F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB2378815-
CMYK00.630.940.07
HSL19.73º88.1%49.41%-
HSV(B)19.73º93.67%92.94%-
XYZ38.525.023.25-
YUV124.2366.36208.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.71%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=69.71%
G=25.88%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237881500.630.940.0719.7388.149.41
HexED58F03F5E7145831
Octal3551301707713672413061
Binary111011011011000111101111111011110111101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED580F; }

 p { color: rgb(237,88,15); }

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

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

 a { background-color: rgb(237,88,15); }

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

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

 span { border-color: rgb(237,88,15); }

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