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