Shades of Festival #EECB47
Tints of Festival #EECB47
RGB
CMYK
RGB Variations
Color information
#EECB47 (or 0xEECB47) is known color: Festival. HEX triplet: EE, CB and 47. RGB value is (238,203,71). Sum of RGB (Red+Green+Blue) = 238+203+71=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB47 is #1134B8. Grayscale: #C6C6C6. Windows color (decimal): -1127609 or 4705262. OLE color: 4705262.
HSL color Cylindrical-coordinate representation of color #EECB47: hue angle of 47.43º 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 #EECB47 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 71 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.07 |
| HSL | 47.43º | 0.83% | 0.61% | - |
| HSV(B) | 47.43º | 0.7% | 0.93% | - |
| XYZ | 57.75 | 61.34 | 14.76 | - |
| YUV | 198.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 71 | 0 | 0.15 | 0.70 | 0.07 | 47.43 | 0.83 | 0.61 |
| Hex | EE | CB | 47 | 0 | F | 46 | 7 | 2F | 53 | 3D |
| Octal | 356 | 313 | 107 | 0 | 17 | 106 | 7 | 57 | 123 | 75 |
| Binary | 11101110 | 11001011 | 1000111 | 0 | 1111 | 1000110 | 111 | 101111 | 1010011 | 111101 |
Color Harmonies of #EECB47
Complementary color
Monochromatic Colors of #EECB47
Black with #EECB47
Text Example
Text Example
White with #EECB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB47; }
p { color: rgb(238,203,71); }
H1.HeaderClassName
{
color: #EECB47;
}
.AnyTagClassName
{
color: #EECB47;
}
</style>
background-color css
<style>
a { background-color: #EECB47; }
a { background-color: rgb(238,203,71); }
div.DivClassName
{
background-color: #EECB47;
}
.BgClassName
{
background-color: #EECB47;
}
</style>
border-color css
<style>
span { border-color: #EECB47; }
span { border-color: rgb(238,203,71); }
td.TdClassName
{
border-color: #EECB47;
}
.TagClassName
{
border-color: #EECB47;
}
</style>