#ed550f

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

Shades of Persimmon #ED550F

Tints of Persimmon #ED550F

Color information

#ED550F (or 0xED550F) is unknown color: approx Persimmon. HEX triplet: ED, 55 and 0F. RGB value is (237,85,15). Sum of RGB (Red+Green+Blue) = 237+85+15=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED550F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED550F is #12AAF0. Grayscale: #7A7A7A. Windows color (decimal): -1223409 or 1005037. OLE color: 1005037.

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

Color convert

RGB2378515-
CMYK00.640.940.07
HSL18.92º88.1%49.41%-
HSV(B)18.92º93.67%92.94%-
XYZ38.2624.543.17-
YUV122.4767.36209.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=70.33%
G=25.22%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237851500.640.940.0718.9288.149.41
HexED55F0405E7135831
Octal35512517010013672313061
Binary1110110110101011111010000001011110111100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed550f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed550f; }

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

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

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

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

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

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

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

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