Shades of Confetti #E6C53A
Tints of Confetti #E6C53A
RGB
CMYK
RGB Variations
Color information
#E6C53A (or 0xE6C53A) is known color: Confetti. HEX triplet: E6, C5 and 3A. RGB value is (230,197,58). Sum of RGB (Red+Green+Blue) = 230+197+58=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C53A is #193AC5. Grayscale: #BFBFBF. Windows color (decimal): -1653446 or 3851750. OLE color: 3851750.
HSL color Cylindrical-coordinate representation of color #E6C53A: hue angle of 48.49º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6C53A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 58 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.10 |
| HSL | 48.49º | 0.77% | 0.56% | - |
| HSV(B) | 48.49º | 0.75% | 0.9% | - |
| XYZ | 53.36 | 57.06 | 12.2 | - |
| YUV | 191.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 58 | 0 | 0.14 | 0.75 | 0.10 | 48.49 | 0.77 | 0.56 |
| Hex | E6 | C5 | 3A | 0 | E | 4B | A | 30 | 4D | 38 |
| Octal | 346 | 305 | 72 | 0 | 16 | 113 | 12 | 60 | 115 | 70 |
| Binary | 11100110 | 11000101 | 111010 | 0 | 1110 | 1001011 | 1010 | 110000 | 1001101 | 111000 |
Color Harmonies of #E6C53A
Complementary color
Monochromatic Colors of #E6C53A
Black with #E6C53A
Text Example
Text Example
White with #E6C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C53A; }
p { color: rgb(230,197,58); }
H1.HeaderClassName
{
color: #E6C53A;
}
.AnyTagClassName
{
color: #E6C53A;
}
</style>
background-color css
<style>
a { background-color: #E6C53A; }
a { background-color: rgb(230,197,58); }
div.DivClassName
{
background-color: #E6C53A;
}
.BgClassName
{
background-color: #E6C53A;
}
</style>
border-color css
<style>
span { border-color: #E6C53A; }
span { border-color: rgb(230,197,58); }
td.TdClassName
{
border-color: #E6C53A;
}
.TagClassName
{
border-color: #E6C53A;
}
</style>