Shades of Festival #EECB48
Tints of Festival #EECB48
RGB
CMYK
RGB Variations
Color information
#EECB48 (or 0xEECB48) is known color: Festival. HEX triplet: EE, CB and 48. RGB value is (238,203,72). Sum of RGB (Red+Green+Blue) = 238+203+72=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB48 is #1134B7. Grayscale: #C7C7C7. Windows color (decimal): -1127608 or 4770798. OLE color: 4770798.
HSL color Cylindrical-coordinate representation of color #EECB48: hue angle of 47.35º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EECB48 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 72 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.07 |
| HSL | 47.35º | 0.83% | 0.61% | - |
| HSV(B) | 47.35º | 0.7% | 0.93% | - |
| XYZ | 57.79 | 61.36 | 14.93 | - |
| YUV | 198.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 72 | 0 | 0.15 | 0.70 | 0.07 | 47.35 | 0.83 | 0.61 |
| Hex | EE | CB | 48 | 0 | F | 46 | 7 | 2F | 53 | 3D |
| Octal | 356 | 313 | 110 | 0 | 17 | 106 | 7 | 57 | 123 | 75 |
| Binary | 11101110 | 11001011 | 1001000 | 0 | 1111 | 1000110 | 111 | 101111 | 1010011 | 111101 |
Color Harmonies of #EECB48
Complementary color
Monochromatic Colors of #EECB48
Black with #EECB48
Text Example
Text Example
White with #EECB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB48; }
p { color: rgb(238,203,72); }
H1.HeaderClassName
{
color: #EECB48;
}
.AnyTagClassName
{
color: #EECB48;
}
</style>
background-color css
<style>
a { background-color: #EECB48; }
a { background-color: rgb(238,203,72); }
div.DivClassName
{
background-color: #EECB48;
}
.BgClassName
{
background-color: #EECB48;
}
</style>
border-color css
<style>
span { border-color: #EECB48; }
span { border-color: rgb(238,203,72); }
td.TdClassName
{
border-color: #EECB48;
}
.TagClassName
{
border-color: #EECB48;
}
</style>