Shades of Festival #E6CF4F
Tints of Festival #E6CF4F
RGB
CMYK
RGB Variations
Color information
#E6CF4F (or 0xE6CF4F) is known color: Festival. HEX triplet: E6, CF and 4F. RGB value is (230,207,79). Sum of RGB (Red+Green+Blue) = 230+207+79=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF4F is #1930B0. Grayscale: #C7C7C7. Windows color (decimal): -1650865 or 5230566. OLE color: 5230566.
HSL color Cylindrical-coordinate representation of color #E6CF4F: hue angle of 50.86º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6CF4F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 79 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.10 |
| HSL | 50.86º | 0.75% | 0.61% | - |
| HSV(B) | 50.86º | 0.66% | 0.9% | - |
| XYZ | 56.36 | 62.01 | 16.4 | - |
| YUV | 199.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 79 | 0 | 0.10 | 0.66 | 0.10 | 50.86 | 0.75 | 0.61 |
| Hex | E6 | CF | 4F | 0 | A | 42 | A | 33 | 4B | 3D |
| Octal | 346 | 317 | 117 | 0 | 12 | 102 | 12 | 63 | 113 | 75 |
| Binary | 11100110 | 11001111 | 1001111 | 0 | 1010 | 1000010 | 1010 | 110011 | 1001011 | 111101 |
Color Harmonies of #E6CF4F
Complementary color
Monochromatic Colors of #E6CF4F
Black with #E6CF4F
Text Example
Text Example
White with #E6CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF4F; }
p { color: rgb(230,207,79); }
H1.HeaderClassName
{
color: #E6CF4F;
}
.AnyTagClassName
{
color: #E6CF4F;
}
</style>
background-color css
<style>
a { background-color: #E6CF4F; }
a { background-color: rgb(230,207,79); }
div.DivClassName
{
background-color: #E6CF4F;
}
.BgClassName
{
background-color: #E6CF4F;
}
</style>
border-color css
<style>
span { border-color: #E6CF4F; }
span { border-color: rgb(230,207,79); }
td.TdClassName
{
border-color: #E6CF4F;
}
.TagClassName
{
border-color: #E6CF4F;
}
</style>