Shades of Confetti #E5CA3B
Tints of Confetti #E5CA3B
RGB
CMYK
RGB Variations
Color information
#E5CA3B (or 0xE5CA3B) is known color: Confetti. HEX triplet: E5, CA and 3B. RGB value is (229,202,59). Sum of RGB (Red+Green+Blue) = 229+202+59=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA3B is #1A35C4. Grayscale: #C2C2C2. Windows color (decimal): -1717701 or 3918565. OLE color: 3918565.
HSL color Cylindrical-coordinate representation of color #E5CA3B: hue angle of 50.47º 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 #E5CA3B is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 59 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.10 |
| HSL | 50.47º | 0.77% | 0.56% | - |
| HSV(B) | 50.47º | 0.74% | 0.9% | - |
| XYZ | 54.22 | 59.21 | 12.71 | - |
| YUV | 193.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 59 | 0 | 0.12 | 0.74 | 0.10 | 50.47 | 0.77 | 0.56 |
| Hex | E5 | CA | 3B | 0 | C | 4A | A | 32 | 4D | 38 |
| Octal | 345 | 312 | 73 | 0 | 14 | 112 | 12 | 62 | 115 | 70 |
| Binary | 11100101 | 11001010 | 111011 | 0 | 1100 | 1001010 | 1010 | 110010 | 1001101 | 111000 |
Color Harmonies of #E5CA3B
Complementary color
Monochromatic Colors of #E5CA3B
Black with #E5CA3B
Text Example
Text Example
White with #E5CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA3B; }
p { color: rgb(229,202,59); }
H1.HeaderClassName
{
color: #E5CA3B;
}
.AnyTagClassName
{
color: #E5CA3B;
}
</style>
background-color css
<style>
a { background-color: #E5CA3B; }
a { background-color: rgb(229,202,59); }
div.DivClassName
{
background-color: #E5CA3B;
}
.BgClassName
{
background-color: #E5CA3B;
}
</style>
border-color css
<style>
span { border-color: #E5CA3B; }
span { border-color: rgb(229,202,59); }
td.TdClassName
{
border-color: #E5CA3B;
}
.TagClassName
{
border-color: #E5CA3B;
}
</style>