Shades of Confetti #E5CF3B
Tints of Confetti #E5CF3B
RGB
CMYK
RGB Variations
Color information
#E5CF3B (or 0xE5CF3B) is known color: Confetti. HEX triplet: E5, CF and 3B. RGB value is (229,207,59). Sum of RGB (Red+Green+Blue) = 229+207+59=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF3B is #1A30C4. Grayscale: #C5C5C5. Windows color (decimal): -1716421 or 3919845. OLE color: 3919845.
HSL color Cylindrical-coordinate representation of color #E5CF3B: hue angle of 52.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5CF3B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 59 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.10 |
| HSL | 52.24º | 0.77% | 0.56% | - |
| HSV(B) | 52.24º | 0.74% | 0.9% | - |
| XYZ | 55.42 | 61.6 | 13.11 | - |
| YUV | 196.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 59 | 0 | 0.10 | 0.74 | 0.10 | 52.24 | 0.77 | 0.56 |
| Hex | E5 | CF | 3B | 0 | A | 4A | A | 34 | 4D | 38 |
| Octal | 345 | 317 | 73 | 0 | 12 | 112 | 12 | 64 | 115 | 70 |
| Binary | 11100101 | 11001111 | 111011 | 0 | 1010 | 1001010 | 1010 | 110100 | 1001101 | 111000 |
Color Harmonies of #E5CF3B
Complementary color
Monochromatic Colors of #E5CF3B
Black with #E5CF3B
Text Example
Text Example
White with #E5CF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF3B; }
p { color: rgb(229,207,59); }
H1.HeaderClassName
{
color: #E5CF3B;
}
.AnyTagClassName
{
color: #E5CF3B;
}
</style>
background-color css
<style>
a { background-color: #E5CF3B; }
a { background-color: rgb(229,207,59); }
div.DivClassName
{
background-color: #E5CF3B;
}
.BgClassName
{
background-color: #E5CF3B;
}
</style>
border-color css
<style>
span { border-color: #E5CF3B; }
span { border-color: rgb(229,207,59); }
td.TdClassName
{
border-color: #E5CF3B;
}
.TagClassName
{
border-color: #E5CF3B;
}
</style>