Shades of Confetti #E5CB3B
Tints of Confetti #E5CB3B
RGB
CMYK
RGB Variations
Color information
#E5CB3B (or 0xE5CB3B) is known color: Confetti. HEX triplet: E5, CB and 3B. RGB value is (229,203,59). Sum of RGB (Red+Green+Blue) = 229+203+59=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB3B is #1A34C4. Grayscale: #C2C2C2. Windows color (decimal): -1717445 or 3918821. OLE color: 3918821.
HSL color Cylindrical-coordinate representation of color #E5CB3B: hue angle of 50.82º 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 #E5CB3B is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 59 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.10 |
| HSL | 50.82º | 0.77% | 0.56% | - |
| HSV(B) | 50.82º | 0.74% | 0.9% | - |
| XYZ | 54.46 | 59.69 | 12.79 | - |
| YUV | 194.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 59 | 0 | 0.11 | 0.74 | 0.10 | 50.82 | 0.77 | 0.56 |
| Hex | E5 | CB | 3B | 0 | B | 4A | A | 33 | 4D | 38 |
| Octal | 345 | 313 | 73 | 0 | 13 | 112 | 12 | 63 | 115 | 70 |
| Binary | 11100101 | 11001011 | 111011 | 0 | 1011 | 1001010 | 1010 | 110011 | 1001101 | 111000 |
Color Harmonies of #E5CB3B
Complementary color
Monochromatic Colors of #E5CB3B
Black with #E5CB3B
Text Example
Text Example
White with #E5CB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB3B; }
p { color: rgb(229,203,59); }
H1.HeaderClassName
{
color: #E5CB3B;
}
.AnyTagClassName
{
color: #E5CB3B;
}
</style>
background-color css
<style>
a { background-color: #E5CB3B; }
a { background-color: rgb(229,203,59); }
div.DivClassName
{
background-color: #E5CB3B;
}
.BgClassName
{
background-color: #E5CB3B;
}
</style>
border-color css
<style>
span { border-color: #E5CB3B; }
span { border-color: rgb(229,203,59); }
td.TdClassName
{
border-color: #E5CB3B;
}
.TagClassName
{
border-color: #E5CB3B;
}
</style>