Shades of Festival #E6CB47
Tints of Festival #E6CB47
RGB
CMYK
RGB Variations
Color information
#E6CB47 (or 0xE6CB47) is known color: Festival. HEX triplet: E6, CB and 47. RGB value is (230,203,71). Sum of RGB (Red+Green+Blue) = 230+203+71=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB47 is #1934B8. Grayscale: #C4C4C4. Windows color (decimal): -1651897 or 4705254. OLE color: 4705254.
HSL color Cylindrical-coordinate representation of color #E6CB47: hue angle of 49.81º 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 #E6CB47 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 71 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.10 |
| HSL | 49.81º | 0.76% | 0.59% | - |
| HSV(B) | 49.81º | 0.69% | 0.9% | - |
| XYZ | 55.13 | 59.99 | 14.63 | - |
| YUV | 196.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 71 | 0 | 0.12 | 0.69 | 0.10 | 49.81 | 0.76 | 0.59 |
| Hex | E6 | CB | 47 | 0 | C | 45 | A | 32 | 4C | 3B |
| Octal | 346 | 313 | 107 | 0 | 14 | 105 | 12 | 62 | 114 | 73 |
| Binary | 11100110 | 11001011 | 1000111 | 0 | 1100 | 1000101 | 1010 | 110010 | 1001100 | 111011 |
Color Harmonies of #E6CB47
Complementary color
Monochromatic Colors of #E6CB47
Black with #E6CB47
Text Example
Text Example
White with #E6CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB47; }
p { color: rgb(230,203,71); }
H1.HeaderClassName
{
color: #E6CB47;
}
.AnyTagClassName
{
color: #E6CB47;
}
</style>
background-color css
<style>
a { background-color: #E6CB47; }
a { background-color: rgb(230,203,71); }
div.DivClassName
{
background-color: #E6CB47;
}
.BgClassName
{
background-color: #E6CB47;
}
</style>
border-color css
<style>
span { border-color: #E6CB47; }
span { border-color: rgb(230,203,71); }
td.TdClassName
{
border-color: #E6CB47;
}
.TagClassName
{
border-color: #E6CB47;
}
</style>