Shades of Festival #E6D348
Tints of Festival #E6D348
RGB
CMYK
RGB Variations
Color information
#E6D348 (or 0xE6D348) is known color: Festival. HEX triplet: E6, D3 and 48. RGB value is (230,211,72). Sum of RGB (Red+Green+Blue) = 230+211+72=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D348 is #192CB7. Grayscale: #C9C9C9. Windows color (decimal): -1649848 or 4772838. OLE color: 4772838.
HSL color Cylindrical-coordinate representation of color #E6D348: hue angle of 52.78º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6D348 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 72 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.10 |
| HSL | 52.78º | 0.76% | 0.59% | - |
| HSV(B) | 52.78º | 0.69% | 0.9% | - |
| XYZ | 57.1 | 63.88 | 15.45 | - |
| YUV | 200.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 72 | 0 | 0.08 | 0.69 | 0.10 | 52.78 | 0.76 | 0.59 |
| Hex | E6 | D3 | 48 | 0 | 8 | 45 | A | 35 | 4C | 3B |
| Octal | 346 | 323 | 110 | 0 | 10 | 105 | 12 | 65 | 114 | 73 |
| Binary | 11100110 | 11010011 | 1001000 | 0 | 1000 | 1000101 | 1010 | 110101 | 1001100 | 111011 |
Color Harmonies of #E6D348
Complementary color
Monochromatic Colors of #E6D348
Black with #E6D348
Text Example
Text Example
White with #E6D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D348; }
p { color: rgb(230,211,72); }
H1.HeaderClassName
{
color: #E6D348;
}
.AnyTagClassName
{
color: #E6D348;
}
</style>
background-color css
<style>
a { background-color: #E6D348; }
a { background-color: rgb(230,211,72); }
div.DivClassName
{
background-color: #E6D348;
}
.BgClassName
{
background-color: #E6D348;
}
</style>
border-color css
<style>
span { border-color: #E6D348; }
span { border-color: rgb(230,211,72); }
td.TdClassName
{
border-color: #E6D348;
}
.TagClassName
{
border-color: #E6D348;
}
</style>