Shades of Sunset Orange #EE523A
Tints of Sunset Orange #EE523A
RGB
CMYK
RGB Variations
Color information
#EE523A (or 0xEE523A) is known color: Sunset Orange. HEX triplet: EE, 52 and 3A. RGB value is (238,82,58). Sum of RGB (Red+Green+Blue) = 238+82+58=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE523A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE523A is #11ADC5. Grayscale: #7E7E7E. Windows color (decimal): -1158598 or 3822318. OLE color: 3822318.
HSL color Cylindrical-coordinate representation of color #EE523A: hue angle of 8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE523A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 58 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.07 |
| HSL | 8º | 0.84% | 0.58% | - |
| HSV(B) | 8º | 0.76% | 0.93% | - |
| XYZ | 39.04 | 24.52 | 6.68 | - |
| YUV | 125.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 58 | 0 | 0.66 | 0.76 | 0.07 | 8 | 0.84 | 0.58 |
| Hex | EE | 52 | 3A | 0 | 42 | 4C | 7 | 8 | 54 | 3A |
| Octal | 356 | 122 | 72 | 0 | 102 | 114 | 7 | 10 | 124 | 72 |
| Binary | 11101110 | 1010010 | 111010 | 0 | 1000010 | 1001100 | 111 | 1000 | 1010100 | 111010 |
Color Harmonies of #EE523A
Complementary color
Monochromatic Colors of #EE523A
Black with #EE523A
Text Example
Text Example
White with #EE523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE523A; }
p { color: rgb(238,82,58); }
H1.HeaderClassName
{
color: #EE523A;
}
.AnyTagClassName
{
color: #EE523A;
}
</style>
background-color css
<style>
a { background-color: #EE523A; }
a { background-color: rgb(238,82,58); }
div.DivClassName
{
background-color: #EE523A;
}
.BgClassName
{
background-color: #EE523A;
}
</style>
border-color css
<style>
span { border-color: #EE523A; }
span { border-color: rgb(238,82,58); }
td.TdClassName
{
border-color: #EE523A;
}
.TagClassName
{
border-color: #EE523A;
}
</style>