#ED553F

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

Shades of Sunset Orange #ED553F

Tints of Sunset Orange #ED553F

Color information

#ED553F (or 0xED553F) is unknown color: approx Sunset Orange. HEX triplet: ED, 55 and 3F. RGB value is (237,85,63). Sum of RGB (Red+Green+Blue) = 237+85+63=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED553F is #12AAC0. Grayscale: #808080. Windows color (decimal): -1223361 or 4150765. OLE color: 4150765.

HSL color Cylindrical-coordinate representation of color #ED553F: hue angle of 7.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED553F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2378563-
CMYK00.640.730.07
HSL7.59º82.86%58.82%-
HSV(B)7.59º73.42%92.94%-
XYZ39.0724.867.44-
YUV127.9491.36205.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 63 (25% from 255) = 16.36%
R=61.56%
G=22.08%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237856300.640.730.077.5982.8658.82
HexED553F0404978533b
Octal35512577010011171012373
Binary11101101101010111111101000000100100111110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED553F; }

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

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

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

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

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

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

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

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