Shades of Festival #EEC84B
Tints of Festival #EEC84B
RGB
CMYK
RGB Variations
Color information
#EEC84B (or 0xEEC84B) is known color: Festival. HEX triplet: EE, C8 and 4B. RGB value is (238,200,75). Sum of RGB (Red+Green+Blue) = 238+200+75=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC84B is #1137B4. Grayscale: #C5C5C5. Windows color (decimal): -1128373 or 4966638. OLE color: 4966638.
HSL color Cylindrical-coordinate representation of color #EEC84B: hue angle of 46.01º 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 #EEC84B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 75 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 46.01º | 0.83% | 0.61% | - |
| HSV(B) | 46.01º | 0.68% | 0.93% | - |
| XYZ | 57.18 | 59.99 | 15.22 | - |
| YUV | 197.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 75 | 0 | 0.16 | 0.68 | 0.07 | 46.01 | 0.83 | 0.61 |
| Hex | EE | C8 | 4B | 0 | 10 | 44 | 7 | 2E | 53 | 3D |
| Octal | 356 | 310 | 113 | 0 | 20 | 104 | 7 | 56 | 123 | 75 |
| Binary | 11101110 | 11001000 | 1001011 | 0 | 10000 | 1000100 | 111 | 101110 | 1010011 | 111101 |
Color Harmonies of #EEC84B
Complementary color
Monochromatic Colors of #EEC84B
Black with #EEC84B
Text Example
Text Example
White with #EEC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC84B; }
p { color: rgb(238,200,75); }
H1.HeaderClassName
{
color: #EEC84B;
}
.AnyTagClassName
{
color: #EEC84B;
}
</style>
background-color css
<style>
a { background-color: #EEC84B; }
a { background-color: rgb(238,200,75); }
div.DivClassName
{
background-color: #EEC84B;
}
.BgClassName
{
background-color: #EEC84B;
}
</style>
border-color css
<style>
span { border-color: #EEC84B; }
span { border-color: rgb(238,200,75); }
td.TdClassName
{
border-color: #EEC84B;
}
.TagClassName
{
border-color: #EEC84B;
}
</style>