Shades of Sunset Orange #EF504B
Tints of Sunset Orange #EF504B
RGB
CMYK
RGB Variations
Color information
#EF504B (or 0xEF504B) is known color: Sunset Orange. HEX triplet: EF, 50 and 4B. RGB value is (239,80,75). Sum of RGB (Red+Green+Blue) = 239+80+75=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF504B is #10AFB4. Grayscale: #7F7F7F. Windows color (decimal): -1093557 or 4935919. OLE color: 4935919.
HSL color Cylindrical-coordinate representation of color #EF504B: hue angle of 1.83º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF504B is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 75 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.06 |
| HSL | 1.83º | 0.84% | 0.62% | - |
| HSV(B) | 1.83º | 0.69% | 0.94% | - |
| XYZ | 39.74 | 24.6 | 9.31 | - |
| YUV | 126.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 75 | 0 | 0.67 | 0.69 | 0.06 | 1.83 | 0.84 | 0.62 |
| Hex | EF | 50 | 4B | 0 | 43 | 45 | 6 | 2 | 54 | 3E |
| Octal | 357 | 120 | 113 | 0 | 103 | 105 | 6 | 2 | 124 | 76 |
| Binary | 11101111 | 1010000 | 1001011 | 0 | 1000011 | 1000101 | 110 | 10 | 1010100 | 111110 |
Color Harmonies of #EF504B
Complementary color
Monochromatic Colors of #EF504B
Black with #EF504B
Text Example
Text Example
White with #EF504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF504B; }
p { color: rgb(239,80,75); }
H1.HeaderClassName
{
color: #EF504B;
}
.AnyTagClassName
{
color: #EF504B;
}
</style>
background-color css
<style>
a { background-color: #EF504B; }
a { background-color: rgb(239,80,75); }
div.DivClassName
{
background-color: #EF504B;
}
.BgClassName
{
background-color: #EF504B;
}
</style>
border-color css
<style>
span { border-color: #EF504B; }
span { border-color: rgb(239,80,75); }
td.TdClassName
{
border-color: #EF504B;
}
.TagClassName
{
border-color: #EF504B;
}
</style>