Shades of Festival #E9CE4B
Tints of Festival #E9CE4B
RGB
CMYK
RGB Variations
Color information
#E9CE4B (or 0xE9CE4B) is known color: Festival. HEX triplet: E9, CE and 4B. RGB value is (233,206,75). Sum of RGB (Red+Green+Blue) = 233+206+75=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE4B is #1631B4. Grayscale: #C7C7C7. Windows color (decimal): -1454517 or 4968169. OLE color: 4968169.
HSL color Cylindrical-coordinate representation of color #E9CE4B: hue angle of 49.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9CE4B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 75 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.09 |
| HSL | 49.75º | 0.78% | 0.6% | - |
| HSV(B) | 49.75º | 0.68% | 0.91% | - |
| XYZ | 56.95 | 61.97 | 15.62 | - |
| YUV | 199.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 75 | 0 | 0.12 | 0.68 | 0.09 | 49.75 | 0.78 | 0.6 |
| Hex | E9 | CE | 4B | 0 | C | 44 | 9 | 32 | 4E | 3C |
| Octal | 351 | 316 | 113 | 0 | 14 | 104 | 11 | 62 | 116 | 74 |
| Binary | 11101001 | 11001110 | 1001011 | 0 | 1100 | 1000100 | 1001 | 110010 | 1001110 | 111100 |
Color Harmonies of #E9CE4B
Complementary color
Monochromatic Colors of #E9CE4B
Black with #E9CE4B
Text Example
Text Example
White with #E9CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE4B; }
p { color: rgb(233,206,75); }
H1.HeaderClassName
{
color: #E9CE4B;
}
.AnyTagClassName
{
color: #E9CE4B;
}
</style>
background-color css
<style>
a { background-color: #E9CE4B; }
a { background-color: rgb(233,206,75); }
div.DivClassName
{
background-color: #E9CE4B;
}
.BgClassName
{
background-color: #E9CE4B;
}
</style>
border-color css
<style>
span { border-color: #E9CE4B; }
span { border-color: rgb(233,206,75); }
td.TdClassName
{
border-color: #E9CE4B;
}
.TagClassName
{
border-color: #E9CE4B;
}
</style>