Shades of Confetti #E4CF3A
Tints of Confetti #E4CF3A
RGB
CMYK
RGB Variations
Color information
#E4CF3A (or 0xE4CF3A) is known color: Confetti. HEX triplet: E4, CF and 3A. RGB value is (228,207,58). Sum of RGB (Red+Green+Blue) = 228+207+58=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CF3A is #1B30C5. Grayscale: #C4C4C4. Windows color (decimal): -1781958 or 3854308. OLE color: 3854308.
HSL color Cylindrical-coordinate representation of color #E4CF3A: hue angle of 52.59º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4CF3A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 58 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.11 |
| HSL | 52.59º | 0.76% | 0.56% | - |
| HSV(B) | 52.59º | 0.75% | 0.89% | - |
| XYZ | 55.07 | 61.43 | 12.96 | - |
| YUV | 196.29 | 49.96 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 58 | 0 | 0.09 | 0.75 | 0.11 | 52.59 | 0.76 | 0.56 |
| Hex | E4 | CF | 3A | 0 | 9 | 4B | B | 35 | 4C | 38 |
| Octal | 344 | 317 | 72 | 0 | 11 | 113 | 13 | 65 | 114 | 70 |
| Binary | 11100100 | 11001111 | 111010 | 0 | 1001 | 1001011 | 1011 | 110101 | 1001100 | 111000 |
Color Harmonies of #E4CF3A
Complementary color
Monochromatic Colors of #E4CF3A
Black with #E4CF3A
Text Example
Text Example
White with #E4CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF3A; }
p { color: rgb(228,207,58); }
H1.HeaderClassName
{
color: #E4CF3A;
}
.AnyTagClassName
{
color: #E4CF3A;
}
</style>
background-color css
<style>
a { background-color: #E4CF3A; }
a { background-color: rgb(228,207,58); }
div.DivClassName
{
background-color: #E4CF3A;
}
.BgClassName
{
background-color: #E4CF3A;
}
</style>
border-color css
<style>
span { border-color: #E4CF3A; }
span { border-color: rgb(228,207,58); }
td.TdClassName
{
border-color: #E4CF3A;
}
.TagClassName
{
border-color: #E4CF3A;
}
</style>