Shades of Festival #E6CB57
Tints of Festival #E6CB57
RGB
CMYK
RGB Variations
Color information
#E6CB57 (or 0xE6CB57) is known color: Festival. HEX triplet: E6, CB and 57. RGB value is (230,203,87). Sum of RGB (Red+Green+Blue) = 230+203+87=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB57 is #1934A8. Grayscale: #C6C6C6. Windows color (decimal): -1651881 or 5753830. OLE color: 5753830.
HSL color Cylindrical-coordinate representation of color #E6CB57: hue angle of 48.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6CB57 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 87 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.10 |
| HSL | 48.67º | 0.74% | 0.62% | - |
| HSV(B) | 48.67º | 0.62% | 0.9% | - |
| XYZ | 55.71 | 60.22 | 17.7 | - |
| YUV | 197.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 87 | 0 | 0.12 | 0.62 | 0.10 | 48.67 | 0.74 | 0.62 |
| Hex | E6 | CB | 57 | 0 | C | 3E | A | 31 | 4A | 3E |
| Octal | 346 | 313 | 127 | 0 | 14 | 76 | 12 | 61 | 112 | 76 |
| Binary | 11100110 | 11001011 | 1010111 | 0 | 1100 | 111110 | 1010 | 110001 | 1001010 | 111110 |
Color Harmonies of #E6CB57
Complementary color
Monochromatic Colors of #E6CB57
Black with #E6CB57
Text Example
Text Example
White with #E6CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB57; }
p { color: rgb(230,203,87); }
H1.HeaderClassName
{
color: #E6CB57;
}
.AnyTagClassName
{
color: #E6CB57;
}
</style>
background-color css
<style>
a { background-color: #E6CB57; }
a { background-color: rgb(230,203,87); }
div.DivClassName
{
background-color: #E6CB57;
}
.BgClassName
{
background-color: #E6CB57;
}
</style>
border-color css
<style>
span { border-color: #E6CB57; }
span { border-color: rgb(230,203,87); }
td.TdClassName
{
border-color: #E6CB57;
}
.TagClassName
{
border-color: #E6CB57;
}
</style>