Shades of Confetti #E6CD3C
Tints of Confetti #E6CD3C
RGB
CMYK
RGB Variations
Color information
#E6CD3C (or 0xE6CD3C) is known color: Confetti. HEX triplet: E6, CD and 3C. RGB value is (230,205,60). Sum of RGB (Red+Green+Blue) = 230+205+60=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CD3C is #1932C3. Grayscale: #C4C4C4. Windows color (decimal): -1651396 or 3984870. OLE color: 3984870.
HSL color Cylindrical-coordinate representation of color #E6CD3C: hue angle of 51.18º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6CD3C is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 60 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.10 |
| HSL | 51.18º | 0.77% | 0.57% | - |
| HSV(B) | 51.18º | 0.74% | 0.9% | - |
| XYZ | 55.28 | 60.81 | 13.1 | - |
| YUV | 195.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 60 | 0 | 0.11 | 0.74 | 0.10 | 51.18 | 0.77 | 0.57 |
| Hex | E6 | CD | 3C | 0 | B | 4A | A | 33 | 4D | 39 |
| Octal | 346 | 315 | 74 | 0 | 13 | 112 | 12 | 63 | 115 | 71 |
| Binary | 11100110 | 11001101 | 111100 | 0 | 1011 | 1001010 | 1010 | 110011 | 1001101 | 111001 |
Color Harmonies of #E6CD3C
Complementary color
Monochromatic Colors of #E6CD3C
Black with #E6CD3C
Text Example
Text Example
White with #E6CD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD3C; }
p { color: rgb(230,205,60); }
H1.HeaderClassName
{
color: #E6CD3C;
}
.AnyTagClassName
{
color: #E6CD3C;
}
</style>
background-color css
<style>
a { background-color: #E6CD3C; }
a { background-color: rgb(230,205,60); }
div.DivClassName
{
background-color: #E6CD3C;
}
.BgClassName
{
background-color: #E6CD3C;
}
</style>
border-color css
<style>
span { border-color: #E6CD3C; }
span { border-color: rgb(230,205,60); }
td.TdClassName
{
border-color: #E6CD3C;
}
.TagClassName
{
border-color: #E6CD3C;
}
</style>