Shades of Festival #E6D243
Tints of Festival #E6D243
RGB
CMYK
RGB Variations
Color information
#E6D243 (or 0xE6D243) is known color: Festival. HEX triplet: E6, D2 and 43. RGB value is (230,210,67). Sum of RGB (Red+Green+Blue) = 230+210+67=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 67 (26.56% from 255 or 13.21% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D243 is #192DBC. Grayscale: #C8C8C8. Windows color (decimal): -1650109 or 4444902. OLE color: 4444902.
HSL color Cylindrical-coordinate representation of color #E6D243: hue angle of 52.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6D243 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 67 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.10 |
| HSL | 52.64º | 0.77% | 0.58% | - |
| HSV(B) | 52.64º | 0.71% | 0.9% | - |
| XYZ | 56.69 | 63.32 | 14.54 | - |
| YUV | 199.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 67 | 0 | 0.09 | 0.71 | 0.10 | 52.64 | 0.77 | 0.58 |
| Hex | E6 | D2 | 43 | 0 | 9 | 47 | A | 35 | 4D | 3A |
| Octal | 346 | 322 | 103 | 0 | 11 | 107 | 12 | 65 | 115 | 72 |
| Binary | 11100110 | 11010010 | 1000011 | 0 | 1001 | 1000111 | 1010 | 110101 | 1001101 | 111010 |
Color Harmonies of #E6D243
Complementary color
Monochromatic Colors of #E6D243
Black with #E6D243
Text Example
Text Example
White with #E6D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D243; }
p { color: rgb(230,210,67); }
H1.HeaderClassName
{
color: #E6D243;
}
.AnyTagClassName
{
color: #E6D243;
}
</style>
background-color css
<style>
a { background-color: #E6D243; }
a { background-color: rgb(230,210,67); }
div.DivClassName
{
background-color: #E6D243;
}
.BgClassName
{
background-color: #E6D243;
}
</style>
border-color css
<style>
span { border-color: #E6D243; }
span { border-color: rgb(230,210,67); }
td.TdClassName
{
border-color: #E6D243;
}
.TagClassName
{
border-color: #E6D243;
}
</style>