Shades of Festival #EECB4D
Tints of Festival #EECB4D
RGB
CMYK
RGB Variations
Color information
#EECB4D (or 0xEECB4D) is known color: Festival. HEX triplet: EE, CB and 4D. RGB value is (238,203,77). Sum of RGB (Red+Green+Blue) = 238+203+77=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB4D is #1134B2. Grayscale: #C7C7C7. Windows color (decimal): -1127603 or 5098478. OLE color: 5098478.
HSL color Cylindrical-coordinate representation of color #EECB4D: hue angle of 46.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EECB4D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 77 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 46.96º | 0.83% | 0.62% | - |
| HSV(B) | 46.96º | 0.68% | 0.93% | - |
| XYZ | 57.96 | 61.42 | 15.82 | - |
| YUV | 199.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 77 | 0 | 0.15 | 0.68 | 0.07 | 46.96 | 0.83 | 0.62 |
| Hex | EE | CB | 4D | 0 | F | 44 | 7 | 2F | 53 | 3E |
| Octal | 356 | 313 | 115 | 0 | 17 | 104 | 7 | 57 | 123 | 76 |
| Binary | 11101110 | 11001011 | 1001101 | 0 | 1111 | 1000100 | 111 | 101111 | 1010011 | 111110 |
Color Harmonies of #EECB4D
Complementary color
Monochromatic Colors of #EECB4D
Black with #EECB4D
Text Example
Text Example
White with #EECB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB4D; }
p { color: rgb(238,203,77); }
H1.HeaderClassName
{
color: #EECB4D;
}
.AnyTagClassName
{
color: #EECB4D;
}
</style>
background-color css
<style>
a { background-color: #EECB4D; }
a { background-color: rgb(238,203,77); }
div.DivClassName
{
background-color: #EECB4D;
}
.BgClassName
{
background-color: #EECB4D;
}
</style>
border-color css
<style>
span { border-color: #EECB4D; }
span { border-color: rgb(238,203,77); }
td.TdClassName
{
border-color: #EECB4D;
}
.TagClassName
{
border-color: #EECB4D;
}
</style>