Shades of Festival #E6CC4B
Tints of Festival #E6CC4B
RGB
CMYK
RGB Variations
Color information
#E6CC4B (or 0xE6CC4B) is known color: Festival. HEX triplet: E6, CC and 4B. RGB value is (230,204,75). Sum of RGB (Red+Green+Blue) = 230+204+75=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CC4B is #1933B4. Grayscale: #C5C5C5. Windows color (decimal): -1651637 or 4967654. OLE color: 4967654.
HSL color Cylindrical-coordinate representation of color #E6CC4B: hue angle of 49.94º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6CC4B is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 75 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.10 |
| HSL | 49.94º | 0.76% | 0.6% | - |
| HSV(B) | 49.94º | 0.67% | 0.9% | - |
| XYZ | 55.5 | 60.52 | 15.41 | - |
| YUV | 197.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 75 | 0 | 0.11 | 0.67 | 0.10 | 49.94 | 0.76 | 0.6 |
| Hex | E6 | CC | 4B | 0 | B | 43 | A | 32 | 4C | 3C |
| Octal | 346 | 314 | 113 | 0 | 13 | 103 | 12 | 62 | 114 | 74 |
| Binary | 11100110 | 11001100 | 1001011 | 0 | 1011 | 1000011 | 1010 | 110010 | 1001100 | 111100 |
Color Harmonies of #E6CC4B
Complementary color
Monochromatic Colors of #E6CC4B
Black with #E6CC4B
Text Example
Text Example
White with #E6CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC4B; }
p { color: rgb(230,204,75); }
H1.HeaderClassName
{
color: #E6CC4B;
}
.AnyTagClassName
{
color: #E6CC4B;
}
</style>
background-color css
<style>
a { background-color: #E6CC4B; }
a { background-color: rgb(230,204,75); }
div.DivClassName
{
background-color: #E6CC4B;
}
.BgClassName
{
background-color: #E6CC4B;
}
</style>
border-color css
<style>
span { border-color: #E6CC4B; }
span { border-color: rgb(230,204,75); }
td.TdClassName
{
border-color: #E6CC4B;
}
.TagClassName
{
border-color: #E6CC4B;
}
</style>