Shades of Confetti #E5CC42
Tints of Confetti #E5CC42
RGB
CMYK
RGB Variations
Color information
#E5CC42 (or 0xE5CC42) is known color: Confetti. HEX triplet: E5, CC and 42. RGB value is (229,204,66). Sum of RGB (Red+Green+Blue) = 229+204+66=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC42 is #1A33BD. Grayscale: #C4C4C4. Windows color (decimal): -1717182 or 4377829. OLE color: 4377829.
HSL color Cylindrical-coordinate representation of color #E5CC42: hue angle of 50.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5CC42 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 66 | - |
CMYK | 0 | 0.11 | 0.71 | 0.10 |
HSL | 50.8º | 0.76% | 0.58% | - |
HSV(B) | 50.8º | 0.71% | 0.9% | - |
XYZ | 54.89 | 60.24 | 13.89 | - |
YUV | 195.74 | 54.78 | 151.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 66 | 0 | 0.11 | 0.71 | 0.10 | 50.8 | 0.76 | 0.58 |
Hex | E5 | CC | 42 | 0 | B | 47 | A | 33 | 4C | 3A |
Octal | 345 | 314 | 102 | 0 | 13 | 107 | 12 | 63 | 114 | 72 |
Binary | 11100101 | 11001100 | 1000010 | 0 | 1011 | 1000111 | 1010 | 110011 | 1001100 | 111010 |
Color Harmonies of #E5CC42
Complementary color
Monochromatic Colors of #E5CC42
Black with #E5CC42
Text Example
Text Example
White with #E5CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC42; }
p { color: rgb(229,204,66); }
H1.HeaderClassName
{
color: #E5CC42;
}
.AnyTagClassName
{
color: #E5CC42;
}
</style>
background-color css
<style>
a { background-color: #E5CC42; }
a { background-color: rgb(229,204,66); }
div.DivClassName
{
background-color: #E5CC42;
}
.BgClassName
{
background-color: #E5CC42;
}
</style>
border-color css
<style>
span { border-color: #E5CC42; }
span { border-color: rgb(229,204,66); }
td.TdClassName
{
border-color: #E5CC42;
}
.TagClassName
{
border-color: #E5CC42;
}
</style>