Shades of Festival #E6CA4B
Tints of Festival #E6CA4B
RGB
CMYK
RGB Variations
Color information
#E6CA4B (or 0xE6CA4B) is known color: Festival. HEX triplet: E6, CA and 4B. RGB value is (230,202,75). Sum of RGB (Red+Green+Blue) = 230+202+75=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA4B is #1935B4. Grayscale: #C4C4C4. Windows color (decimal): -1652149 or 4967142. OLE color: 4967142.
HSL color Cylindrical-coordinate representation of color #E6CA4B: hue angle of 49.16º 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 #E6CA4B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 75 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.10 |
| HSL | 49.16º | 0.76% | 0.6% | - |
| HSV(B) | 49.16º | 0.67% | 0.9% | - |
| XYZ | 55.02 | 59.57 | 15.26 | - |
| YUV | 195.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 75 | 0 | 0.12 | 0.67 | 0.10 | 49.16 | 0.76 | 0.6 |
| Hex | E6 | CA | 4B | 0 | C | 43 | A | 31 | 4C | 3C |
| Octal | 346 | 312 | 113 | 0 | 14 | 103 | 12 | 61 | 114 | 74 |
| Binary | 11100110 | 11001010 | 1001011 | 0 | 1100 | 1000011 | 1010 | 110001 | 1001100 | 111100 |
Color Harmonies of #E6CA4B
Complementary color
Monochromatic Colors of #E6CA4B
Black with #E6CA4B
Text Example
Text Example
White with #E6CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA4B; }
p { color: rgb(230,202,75); }
H1.HeaderClassName
{
color: #E6CA4B;
}
.AnyTagClassName
{
color: #E6CA4B;
}
</style>
background-color css
<style>
a { background-color: #E6CA4B; }
a { background-color: rgb(230,202,75); }
div.DivClassName
{
background-color: #E6CA4B;
}
.BgClassName
{
background-color: #E6CA4B;
}
</style>
border-color css
<style>
span { border-color: #E6CA4B; }
span { border-color: rgb(230,202,75); }
td.TdClassName
{
border-color: #E6CA4B;
}
.TagClassName
{
border-color: #E6CA4B;
}
</style>