Shades of Festival #EECB53
Tints of Festival #EECB53
RGB
CMYK
RGB Variations
Color information
#EECB53 (or 0xEECB53) is known color: Festival. HEX triplet: EE, CB and 53. RGB value is (238,203,83). Sum of RGB (Red+Green+Blue) = 238+203+83=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB53 is #1134AC. Grayscale: #C8C8C8. Windows color (decimal): -1127597 or 5491694. OLE color: 5491694.
HSL color Cylindrical-coordinate representation of color #EECB53: hue angle of 46.45º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EECB53 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 83 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.07 |
| HSL | 46.45º | 0.82% | 0.63% | - |
| HSV(B) | 46.45º | 0.65% | 0.93% | - |
| XYZ | 58.18 | 61.51 | 16.99 | - |
| YUV | 199.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 83 | 0 | 0.15 | 0.65 | 0.07 | 46.45 | 0.82 | 0.63 |
| Hex | EE | CB | 53 | 0 | F | 41 | 7 | 2E | 52 | 3F |
| Octal | 356 | 313 | 123 | 0 | 17 | 101 | 7 | 56 | 122 | 77 |
| Binary | 11101110 | 11001011 | 1010011 | 0 | 1111 | 1000001 | 111 | 101110 | 1010010 | 111111 |
Color Harmonies of #EECB53
Complementary color
Monochromatic Colors of #EECB53
Black with #EECB53
Text Example
Text Example
White with #EECB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB53; }
p { color: rgb(238,203,83); }
H1.HeaderClassName
{
color: #EECB53;
}
.AnyTagClassName
{
color: #EECB53;
}
</style>
background-color css
<style>
a { background-color: #EECB53; }
a { background-color: rgb(238,203,83); }
div.DivClassName
{
background-color: #EECB53;
}
.BgClassName
{
background-color: #EECB53;
}
</style>
border-color css
<style>
span { border-color: #EECB53; }
span { border-color: rgb(238,203,83); }
td.TdClassName
{
border-color: #EECB53;
}
.TagClassName
{
border-color: #EECB53;
}
</style>