Shades of Festival #EECB4B
Tints of Festival #EECB4B
RGB
CMYK
RGB Variations
Color information
#EECB4B (or 0xEECB4B) is known color: Festival. HEX triplet: EE, CB and 4B. RGB value is (238,203,75). Sum of RGB (Red+Green+Blue) = 238+203+75=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB4B is #1134B4. Grayscale: #C7C7C7. Windows color (decimal): -1127605 or 4967406. OLE color: 4967406.
HSL color Cylindrical-coordinate representation of color #EECB4B: hue angle of 47.12º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EECB4B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 75 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 47.12º | 0.83% | 0.61% | - |
| HSV(B) | 47.12º | 0.68% | 0.93% | - |
| XYZ | 57.89 | 61.4 | 15.46 | - |
| YUV | 198.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 75 | 0 | 0.15 | 0.68 | 0.07 | 47.12 | 0.83 | 0.61 |
| Hex | EE | CB | 4B | 0 | F | 44 | 7 | 2F | 53 | 3D |
| Octal | 356 | 313 | 113 | 0 | 17 | 104 | 7 | 57 | 123 | 75 |
| Binary | 11101110 | 11001011 | 1001011 | 0 | 1111 | 1000100 | 111 | 101111 | 1010011 | 111101 |
Color Harmonies of #EECB4B
Complementary color
Monochromatic Colors of #EECB4B
Black with #EECB4B
Text Example
Text Example
White with #EECB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB4B; }
p { color: rgb(238,203,75); }
H1.HeaderClassName
{
color: #EECB4B;
}
.AnyTagClassName
{
color: #EECB4B;
}
</style>
background-color css
<style>
a { background-color: #EECB4B; }
a { background-color: rgb(238,203,75); }
div.DivClassName
{
background-color: #EECB4B;
}
.BgClassName
{
background-color: #EECB4B;
}
</style>
border-color css
<style>
span { border-color: #EECB4B; }
span { border-color: rgb(238,203,75); }
td.TdClassName
{
border-color: #EECB4B;
}
.TagClassName
{
border-color: #EECB4B;
}
</style>