Shades of Festival #EECB4E
Tints of Festival #EECB4E
RGB
CMYK
RGB Variations
Color information
#EECB4E (or 0xEECB4E) is known color: Festival. HEX triplet: EE, CB and 4E. RGB value is (238,203,78). Sum of RGB (Red+Green+Blue) = 238+203+78=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB4E is #1134B1. Grayscale: #C7C7C7. Windows color (decimal): -1127602 or 5164014. OLE color: 5164014.
HSL color Cylindrical-coordinate representation of color #EECB4E: hue angle of 46.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EECB4E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 78 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.07 |
| HSL | 46.88º | 0.82% | 0.62% | - |
| HSV(B) | 46.88º | 0.67% | 0.93% | - |
| XYZ | 57.99 | 61.44 | 16.01 | - |
| YUV | 199.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 78 | 0 | 0.15 | 0.67 | 0.07 | 46.88 | 0.82 | 0.62 |
| Hex | EE | CB | 4E | 0 | F | 43 | 7 | 2F | 52 | 3E |
| Octal | 356 | 313 | 116 | 0 | 17 | 103 | 7 | 57 | 122 | 76 |
| Binary | 11101110 | 11001011 | 1001110 | 0 | 1111 | 1000011 | 111 | 101111 | 1010010 | 111110 |
Color Harmonies of #EECB4E
Complementary color
Monochromatic Colors of #EECB4E
Black with #EECB4E
Text Example
Text Example
White with #EECB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB4E; }
p { color: rgb(238,203,78); }
H1.HeaderClassName
{
color: #EECB4E;
}
.AnyTagClassName
{
color: #EECB4E;
}
</style>
background-color css
<style>
a { background-color: #EECB4E; }
a { background-color: rgb(238,203,78); }
div.DivClassName
{
background-color: #EECB4E;
}
.BgClassName
{
background-color: #EECB4E;
}
</style>
border-color css
<style>
span { border-color: #EECB4E; }
span { border-color: rgb(238,203,78); }
td.TdClassName
{
border-color: #EECB4E;
}
.TagClassName
{
border-color: #EECB4E;
}
</style>