Shades of Golden Dream #E7CA30
Tints of Golden Dream #E7CA30
RGB
CMYK
RGB Variations
Color information
#E7CA30 (or 0xE7CA30) is known color: Golden Dream. HEX triplet: E7, CA and 30. RGB value is (231,202,48). Sum of RGB (Red+Green+Blue) = 231+202+48=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA30 is #1835CF. Grayscale: #C1C1C1. Windows color (decimal): -1586640 or 3197671. OLE color: 3197671.
HSL color Cylindrical-coordinate representation of color #E7CA30: hue angle of 50.49º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7CA30 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 48 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.09 |
| HSL | 50.49º | 0.79% | 0.55% | - |
| HSV(B) | 50.49º | 0.79% | 0.91% | - |
| XYZ | 54.61 | 59.44 | 11.39 | - |
| YUV | 193.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 48 | 0 | 0.13 | 0.79 | 0.09 | 50.49 | 0.79 | 0.55 |
| Hex | E7 | CA | 30 | 0 | D | 4F | 9 | 32 | 4F | 37 |
| Octal | 347 | 312 | 60 | 0 | 15 | 117 | 11 | 62 | 117 | 67 |
| Binary | 11100111 | 11001010 | 110000 | 0 | 1101 | 1001111 | 1001 | 110010 | 1001111 | 110111 |
Color Harmonies of #E7CA30
Complementary color
Monochromatic Colors of #E7CA30
Black with #E7CA30
Text Example
Text Example
White with #E7CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA30; }
p { color: rgb(231,202,48); }
H1.HeaderClassName
{
color: #E7CA30;
}
.AnyTagClassName
{
color: #E7CA30;
}
</style>
background-color css
<style>
a { background-color: #E7CA30; }
a { background-color: rgb(231,202,48); }
div.DivClassName
{
background-color: #E7CA30;
}
.BgClassName
{
background-color: #E7CA30;
}
</style>
border-color css
<style>
span { border-color: #E7CA30; }
span { border-color: rgb(231,202,48); }
td.TdClassName
{
border-color: #E7CA30;
}
.TagClassName
{
border-color: #E7CA30;
}
</style>