Shades of Sunset Orange #ED514C
Tints of Sunset Orange #ED514C
RGB
CMYK
RGB Variations
Color information
#ED514C (or 0xED514C) is known color: Sunset Orange. HEX triplet: ED, 51 and 4C. RGB value is (237,81,76). Sum of RGB (Red+Green+Blue) = 237+81+76=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED514C is #12AEB3. Grayscale: #7F7F7F. Windows color (decimal): -1224372 or 5001709. OLE color: 5001709.
HSL color Cylindrical-coordinate representation of color #ED514C: hue angle of 1.86º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED514C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 76 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.07 |
| HSL | 1.86º | 0.82% | 0.61% | - |
| HSV(B) | 1.86º | 0.68% | 0.93% | - |
| XYZ | 39.17 | 24.41 | 9.48 | - |
| YUV | 127.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 76 | 0 | 0.66 | 0.68 | 0.07 | 1.86 | 0.82 | 0.61 |
| Hex | ED | 51 | 4C | 0 | 42 | 44 | 7 | 2 | 52 | 3D |
| Octal | 355 | 121 | 114 | 0 | 102 | 104 | 7 | 2 | 122 | 75 |
| Binary | 11101101 | 1010001 | 1001100 | 0 | 1000010 | 1000100 | 111 | 10 | 1010010 | 111101 |
Color Harmonies of #ED514C
Complementary color
Monochromatic Colors of #ED514C
Black with #ED514C
Text Example
Text Example
White with #ED514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED514C; }
p { color: rgb(237,81,76); }
H1.HeaderClassName
{
color: #ED514C;
}
.AnyTagClassName
{
color: #ED514C;
}
</style>
background-color css
<style>
a { background-color: #ED514C; }
a { background-color: rgb(237,81,76); }
div.DivClassName
{
background-color: #ED514C;
}
.BgClassName
{
background-color: #ED514C;
}
</style>
border-color css
<style>
span { border-color: #ED514C; }
span { border-color: rgb(237,81,76); }
td.TdClassName
{
border-color: #ED514C;
}
.TagClassName
{
border-color: #ED514C;
}
</style>