Shades of Golden Dream #E6CB32
Tints of Golden Dream #E6CB32
RGB
CMYK
RGB Variations
Color information
#E6CB32 (or 0xE6CB32) is known color: Golden Dream. HEX triplet: E6, CB and 32. RGB value is (230,203,50). Sum of RGB (Red+Green+Blue) = 230+203+50=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB32 is #1934CD. Grayscale: #C2C2C2. Windows color (decimal): -1651918 or 3328998. OLE color: 3328998.
HSL color Cylindrical-coordinate representation of color #E6CB32: hue angle of 51º 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 #E6CB32 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 50 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.10 |
| HSL | 51º | 0.78% | 0.55% | - |
| HSV(B) | 51º | 0.78% | 0.9% | - |
| XYZ | 54.56 | 59.77 | 11.68 | - |
| YUV | 193.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 50 | 0 | 0.12 | 0.78 | 0.10 | 51 | 0.78 | 0.55 |
| Hex | E6 | CB | 32 | 0 | C | 4E | A | 33 | 4E | 37 |
| Octal | 346 | 313 | 62 | 0 | 14 | 116 | 12 | 63 | 116 | 67 |
| Binary | 11100110 | 11001011 | 110010 | 0 | 1100 | 1001110 | 1010 | 110011 | 1001110 | 110111 |
Color Harmonies of #E6CB32
Complementary color
Monochromatic Colors of #E6CB32
Black with #E6CB32
Text Example
Text Example
White with #E6CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB32; }
p { color: rgb(230,203,50); }
H1.HeaderClassName
{
color: #E6CB32;
}
.AnyTagClassName
{
color: #E6CB32;
}
</style>
background-color css
<style>
a { background-color: #E6CB32; }
a { background-color: rgb(230,203,50); }
div.DivClassName
{
background-color: #E6CB32;
}
.BgClassName
{
background-color: #E6CB32;
}
</style>
border-color css
<style>
span { border-color: #E6CB32; }
span { border-color: rgb(230,203,50); }
td.TdClassName
{
border-color: #E6CB32;
}
.TagClassName
{
border-color: #E6CB32;
}
</style>