Shades of Sunset Orange #EE514B
Tints of Sunset Orange #EE514B
RGB
CMYK
RGB Variations
Color information
#EE514B (or 0xEE514B) is known color: Sunset Orange. HEX triplet: EE, 51 and 4B. RGB value is (238,81,75). Sum of RGB (Red+Green+Blue) = 238+81+75=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE514B is #11AEB4. Grayscale: #7F7F7F. Windows color (decimal): -1158837 or 4936174. OLE color: 4936174.
HSL color Cylindrical-coordinate representation of color #EE514B: hue angle of 2.21º degrees, saturation: 0.83, 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 #EE514B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 75 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.07 |
| HSL | 2.21º | 0.83% | 0.61% | - |
| HSV(B) | 2.21º | 0.68% | 0.93% | - |
| XYZ | 39.47 | 24.57 | 9.32 | - |
| YUV | 127.26 | 98.51 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 75 | 0 | 0.66 | 0.68 | 0.07 | 2.21 | 0.83 | 0.61 |
| Hex | EE | 51 | 4B | 0 | 42 | 44 | 7 | 2 | 53 | 3D |
| Octal | 356 | 121 | 113 | 0 | 102 | 104 | 7 | 2 | 123 | 75 |
| Binary | 11101110 | 1010001 | 1001011 | 0 | 1000010 | 1000100 | 111 | 10 | 1010011 | 111101 |
Color Harmonies of #EE514B
Complementary color
Monochromatic Colors of #EE514B
Black with #EE514B
Text Example
Text Example
White with #EE514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE514B; }
p { color: rgb(238,81,75); }
H1.HeaderClassName
{
color: #EE514B;
}
.AnyTagClassName
{
color: #EE514B;
}
</style>
background-color css
<style>
a { background-color: #EE514B; }
a { background-color: rgb(238,81,75); }
div.DivClassName
{
background-color: #EE514B;
}
.BgClassName
{
background-color: #EE514B;
}
</style>
border-color css
<style>
span { border-color: #EE514B; }
span { border-color: rgb(238,81,75); }
td.TdClassName
{
border-color: #EE514B;
}
.TagClassName
{
border-color: #EE514B;
}
</style>