Shades of Festival #E6D152
Tints of Festival #E6D152
RGB
CMYK
RGB Variations
Color information
#E6D152 (or 0xE6D152) is known color: Festival. HEX triplet: E6, D1 and 52. RGB value is (230,209,82). Sum of RGB (Red+Green+Blue) = 230+209+82=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D152 is #192EAD. Grayscale: #C9C9C9. Windows color (decimal): -1650350 or 5427686. OLE color: 5427686.
HSL color Cylindrical-coordinate representation of color #E6D152: hue angle of 51.49º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6D152 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 82 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.10 |
| HSL | 51.49º | 0.75% | 0.61% | - |
| HSV(B) | 51.49º | 0.64% | 0.9% | - |
| XYZ | 56.96 | 63.03 | 17.15 | - |
| YUV | 200.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 82 | 0 | 0.09 | 0.64 | 0.10 | 51.49 | 0.75 | 0.61 |
| Hex | E6 | D1 | 52 | 0 | 9 | 40 | A | 33 | 4B | 3D |
| Octal | 346 | 321 | 122 | 0 | 11 | 100 | 12 | 63 | 113 | 75 |
| Binary | 11100110 | 11010001 | 1010010 | 0 | 1001 | 1000000 | 1010 | 110011 | 1001011 | 111101 |
Color Harmonies of #E6D152
Complementary color
Monochromatic Colors of #E6D152
Black with #E6D152
Text Example
Text Example
White with #E6D152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D152; }
p { color: rgb(230,209,82); }
H1.HeaderClassName
{
color: #E6D152;
}
.AnyTagClassName
{
color: #E6D152;
}
</style>
background-color css
<style>
a { background-color: #E6D152; }
a { background-color: rgb(230,209,82); }
div.DivClassName
{
background-color: #E6D152;
}
.BgClassName
{
background-color: #E6D152;
}
</style>
border-color css
<style>
span { border-color: #E6D152; }
span { border-color: rgb(230,209,82); }
td.TdClassName
{
border-color: #E6D152;
}
.TagClassName
{
border-color: #E6D152;
}
</style>