Shades of Golden Dream #E6CB2F
Tints of Golden Dream #E6CB2F
RGB
CMYK
RGB Variations
Color information
#E6CB2F (or 0xE6CB2F) is known color: Golden Dream. HEX triplet: E6, CB and 2F. RGB value is (230,203,47). Sum of RGB (Red+Green+Blue) = 230+203+47=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB2F is #1934D0. Grayscale: #C1C1C1. Windows color (decimal): -1651921 or 3132390. OLE color: 3132390.
HSL color Cylindrical-coordinate representation of color #E6CB2F: hue angle of 51.15º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6CB2F is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 47 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.10 |
| HSL | 51.15º | 0.79% | 0.54% | - |
| HSV(B) | 51.15º | 0.8% | 0.9% | - |
| XYZ | 54.5 | 59.74 | 11.35 | - |
| YUV | 193.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 47 | 0 | 0.12 | 0.80 | 0.10 | 51.15 | 0.79 | 0.54 |
| Hex | E6 | CB | 2F | 0 | C | 50 | A | 33 | 4F | 36 |
| Octal | 346 | 313 | 57 | 0 | 14 | 120 | 12 | 63 | 117 | 66 |
| Binary | 11100110 | 11001011 | 101111 | 0 | 1100 | 1010000 | 1010 | 110011 | 1001111 | 110110 |
Color Harmonies of #E6CB2F
Complementary color
Monochromatic Colors of #E6CB2F
Black with #E6CB2F
Text Example
Text Example
White with #E6CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB2F; }
p { color: rgb(230,203,47); }
H1.HeaderClassName
{
color: #E6CB2F;
}
.AnyTagClassName
{
color: #E6CB2F;
}
</style>
background-color css
<style>
a { background-color: #E6CB2F; }
a { background-color: rgb(230,203,47); }
div.DivClassName
{
background-color: #E6CB2F;
}
.BgClassName
{
background-color: #E6CB2F;
}
</style>
border-color css
<style>
span { border-color: #E6CB2F; }
span { border-color: rgb(230,203,47); }
td.TdClassName
{
border-color: #E6CB2F;
}
.TagClassName
{
border-color: #E6CB2F;
}
</style>