Shades of Golden Dream #E6CE32
Tints of Golden Dream #E6CE32
RGB
CMYK
RGB Variations
Color information
#E6CE32 (or 0xE6CE32) is known color: Golden Dream. HEX triplet: E6, CE and 32. RGB value is (230,206,50). Sum of RGB (Red+Green+Blue) = 230+206+50=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CE32 is #1931CD. Grayscale: #C4C4C4. Windows color (decimal): -1651150 or 3329766. OLE color: 3329766.
HSL color Cylindrical-coordinate representation of color #E6CE32: hue angle of 52º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6CE32 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 50 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.10 |
| HSL | 52º | 0.78% | 0.55% | - |
| HSV(B) | 52º | 0.78% | 0.9% | - |
| XYZ | 55.28 | 61.2 | 11.92 | - |
| YUV | 195.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 50 | 0 | 0.10 | 0.78 | 0.10 | 52 | 0.78 | 0.55 |
| Hex | E6 | CE | 32 | 0 | A | 4E | A | 34 | 4E | 37 |
| Octal | 346 | 316 | 62 | 0 | 12 | 116 | 12 | 64 | 116 | 67 |
| Binary | 11100110 | 11001110 | 110010 | 0 | 1010 | 1001110 | 1010 | 110100 | 1001110 | 110111 |
Color Harmonies of #E6CE32
Complementary color
Monochromatic Colors of #E6CE32
Black with #E6CE32
Text Example
Text Example
White with #E6CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE32; }
p { color: rgb(230,206,50); }
H1.HeaderClassName
{
color: #E6CE32;
}
.AnyTagClassName
{
color: #E6CE32;
}
</style>
background-color css
<style>
a { background-color: #E6CE32; }
a { background-color: rgb(230,206,50); }
div.DivClassName
{
background-color: #E6CE32;
}
.BgClassName
{
background-color: #E6CE32;
}
</style>
border-color css
<style>
span { border-color: #E6CE32; }
span { border-color: rgb(230,206,50); }
td.TdClassName
{
border-color: #E6CE32;
}
.TagClassName
{
border-color: #E6CE32;
}
</style>