Shades of Festival #EECB46
Tints of Festival #EECB46
RGB
CMYK
RGB Variations
Color information
#EECB46 (or 0xEECB46) is known color: Festival. HEX triplet: EE, CB and 46. RGB value is (238,203,70). Sum of RGB (Red+Green+Blue) = 238+203+70=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB46 is #1134B9. Grayscale: #C6C6C6. Windows color (decimal): -1127610 or 4639726. OLE color: 4639726.
HSL color Cylindrical-coordinate representation of color #EECB46: hue angle of 47.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EECB46 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 70 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.07 |
| HSL | 47.5º | 0.83% | 0.6% | - |
| HSV(B) | 47.5º | 0.71% | 0.93% | - |
| XYZ | 57.72 | 61.33 | 14.59 | - |
| YUV | 198.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 70 | 0 | 0.15 | 0.71 | 0.07 | 47.5 | 0.83 | 0.6 |
| Hex | EE | CB | 46 | 0 | F | 47 | 7 | 30 | 53 | 3C |
| Octal | 356 | 313 | 106 | 0 | 17 | 107 | 7 | 60 | 123 | 74 |
| Binary | 11101110 | 11001011 | 1000110 | 0 | 1111 | 1000111 | 111 | 110000 | 1010011 | 111100 |
Color Harmonies of #EECB46
Complementary color
Monochromatic Colors of #EECB46
Black with #EECB46
Text Example
Text Example
White with #EECB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB46; }
p { color: rgb(238,203,70); }
H1.HeaderClassName
{
color: #EECB46;
}
.AnyTagClassName
{
color: #EECB46;
}
</style>
background-color css
<style>
a { background-color: #EECB46; }
a { background-color: rgb(238,203,70); }
div.DivClassName
{
background-color: #EECB46;
}
.BgClassName
{
background-color: #EECB46;
}
</style>
border-color css
<style>
span { border-color: #EECB46; }
span { border-color: rgb(238,203,70); }
td.TdClassName
{
border-color: #EECB46;
}
.TagClassName
{
border-color: #EECB46;
}
</style>