Shades of Confetti #E5CB41
Tints of Confetti #E5CB41
RGB
CMYK
RGB Variations
Color information
#E5CB41 (or 0xE5CB41) is known color: Confetti. HEX triplet: E5, CB and 41. RGB value is (229,203,65). Sum of RGB (Red+Green+Blue) = 229+203+65=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB41 is #1A34BE. Grayscale: #C3C3C3. Windows color (decimal): -1717439 or 4312037. OLE color: 4312037.
HSL color Cylindrical-coordinate representation of color #E5CB41: hue angle of 50.49º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5CB41 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 65 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.10 |
| HSL | 50.49º | 0.76% | 0.58% | - |
| HSV(B) | 50.49º | 0.72% | 0.9% | - |
| XYZ | 54.62 | 59.75 | 13.66 | - |
| YUV | 195.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 65 | 0 | 0.11 | 0.72 | 0.10 | 50.49 | 0.76 | 0.58 |
| Hex | E5 | CB | 41 | 0 | B | 48 | A | 32 | 4C | 3A |
| Octal | 345 | 313 | 101 | 0 | 13 | 110 | 12 | 62 | 114 | 72 |
| Binary | 11100101 | 11001011 | 1000001 | 0 | 1011 | 1001000 | 1010 | 110010 | 1001100 | 111010 |
Color Harmonies of #E5CB41
Complementary color
Monochromatic Colors of #E5CB41
Black with #E5CB41
Text Example
Text Example
White with #E5CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB41; }
p { color: rgb(229,203,65); }
H1.HeaderClassName
{
color: #E5CB41;
}
.AnyTagClassName
{
color: #E5CB41;
}
</style>
background-color css
<style>
a { background-color: #E5CB41; }
a { background-color: rgb(229,203,65); }
div.DivClassName
{
background-color: #E5CB41;
}
.BgClassName
{
background-color: #E5CB41;
}
</style>
border-color css
<style>
span { border-color: #E5CB41; }
span { border-color: rgb(229,203,65); }
td.TdClassName
{
border-color: #E5CB41;
}
.TagClassName
{
border-color: #E5CB41;
}
</style>