Shades of Festival #E6CF4D
Tints of Festival #E6CF4D
RGB
CMYK
RGB Variations
Color information
#E6CF4D (or 0xE6CF4D) is known color: Festival. HEX triplet: E6, CF and 4D. RGB value is (230,207,77). Sum of RGB (Red+Green+Blue) = 230+207+77=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF4D is #1930B2. Grayscale: #C7C7C7. Windows color (decimal): -1650867 or 5099494. OLE color: 5099494.
HSL color Cylindrical-coordinate representation of color #E6CF4D: hue angle of 50.98º degrees, saturation: 0.75, 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 #E6CF4D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 77 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.10 |
| HSL | 50.98º | 0.75% | 0.6% | - |
| HSV(B) | 50.98º | 0.67% | 0.9% | - |
| XYZ | 56.29 | 61.98 | 16.02 | - |
| YUV | 199.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 77 | 0 | 0.10 | 0.67 | 0.10 | 50.98 | 0.75 | 0.6 |
| Hex | E6 | CF | 4D | 0 | A | 43 | A | 33 | 4B | 3C |
| Octal | 346 | 317 | 115 | 0 | 12 | 103 | 12 | 63 | 113 | 74 |
| Binary | 11100110 | 11001111 | 1001101 | 0 | 1010 | 1000011 | 1010 | 110011 | 1001011 | 111100 |
Color Harmonies of #E6CF4D
Complementary color
Monochromatic Colors of #E6CF4D
Black with #E6CF4D
Text Example
Text Example
White with #E6CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF4D; }
p { color: rgb(230,207,77); }
H1.HeaderClassName
{
color: #E6CF4D;
}
.AnyTagClassName
{
color: #E6CF4D;
}
</style>
background-color css
<style>
a { background-color: #E6CF4D; }
a { background-color: rgb(230,207,77); }
div.DivClassName
{
background-color: #E6CF4D;
}
.BgClassName
{
background-color: #E6CF4D;
}
</style>
border-color css
<style>
span { border-color: #E6CF4D; }
span { border-color: rgb(230,207,77); }
td.TdClassName
{
border-color: #E6CF4D;
}
.TagClassName
{
border-color: #E6CF4D;
}
</style>