Shades of Golden Dream #E7CB38
Tints of Golden Dream #E7CB38
RGB
CMYK
RGB Variations
Color information
#E7CB38 (or 0xE7CB38) is known color: Golden Dream. HEX triplet: E7, CB and 38. RGB value is (231,203,56). Sum of RGB (Red+Green+Blue) = 231+203+56=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CB38 is #1834C7. Grayscale: #C3C3C3. Windows color (decimal): -1586376 or 3722215. OLE color: 3722215.
HSL color Cylindrical-coordinate representation of color #E7CB38: hue angle of 50.4º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E7CB38 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 56 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.09 |
| HSL | 50.4º | 0.78% | 0.56% | - |
| HSV(B) | 50.4º | 0.76% | 0.91% | - |
| XYZ | 55.02 | 59.99 | 12.42 | - |
| YUV | 194.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 56 | 0 | 0.12 | 0.76 | 0.09 | 50.4 | 0.78 | 0.56 |
| Hex | E7 | CB | 38 | 0 | C | 4C | 9 | 32 | 4E | 38 |
| Octal | 347 | 313 | 70 | 0 | 14 | 114 | 11 | 62 | 116 | 70 |
| Binary | 11100111 | 11001011 | 111000 | 0 | 1100 | 1001100 | 1001 | 110010 | 1001110 | 111000 |
Color Harmonies of #E7CB38
Complementary color
Monochromatic Colors of #E7CB38
Black with #E7CB38
Text Example
Text Example
White with #E7CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB38; }
p { color: rgb(231,203,56); }
H1.HeaderClassName
{
color: #E7CB38;
}
.AnyTagClassName
{
color: #E7CB38;
}
</style>
background-color css
<style>
a { background-color: #E7CB38; }
a { background-color: rgb(231,203,56); }
div.DivClassName
{
background-color: #E7CB38;
}
.BgClassName
{
background-color: #E7CB38;
}
</style>
border-color css
<style>
span { border-color: #E7CB38; }
span { border-color: rgb(231,203,56); }
td.TdClassName
{
border-color: #E7CB38;
}
.TagClassName
{
border-color: #E7CB38;
}
</style>