Shades of Golden Sand #EECB62
Tints of Golden Sand #EECB62
RGB
CMYK
RGB Variations
Color information
#EECB62 (or 0xEECB62) is known color: Golden Sand. HEX triplet: EE, CB and 62. RGB value is (238,203,98). Sum of RGB (Red+Green+Blue) = 238+203+98=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB62 is #11349D. Grayscale: #C9C9C9. Windows color (decimal): -1127582 or 6474734. OLE color: 6474734.
HSL color Cylindrical-coordinate representation of color #EECB62: hue angle of 45º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EECB62 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 98 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.07 |
| HSL | 45º | 0.8% | 0.66% | - |
| HSV(B) | 45º | 0.59% | 0.93% | - |
| XYZ | 58.82 | 61.77 | 20.38 | - |
| YUV | 201.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 98 | 0 | 0.15 | 0.59 | 0.07 | 45 | 0.8 | 0.66 |
| Hex | EE | CB | 62 | 0 | F | 3B | 7 | 2D | 50 | 42 |
| Octal | 356 | 313 | 142 | 0 | 17 | 73 | 7 | 55 | 120 | 102 |
| Binary | 11101110 | 11001011 | 1100010 | 0 | 1111 | 111011 | 111 | 101101 | 1010000 | 1000010 |
Color Harmonies of #EECB62
Complementary color
Monochromatic Colors of #EECB62
Black with #EECB62
Text Example
Text Example
White with #EECB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB62; }
p { color: rgb(238,203,98); }
H1.HeaderClassName
{
color: #EECB62;
}
.AnyTagClassName
{
color: #EECB62;
}
</style>
background-color css
<style>
a { background-color: #EECB62; }
a { background-color: rgb(238,203,98); }
div.DivClassName
{
background-color: #EECB62;
}
.BgClassName
{
background-color: #EECB62;
}
</style>
border-color css
<style>
span { border-color: #EECB62; }
span { border-color: rgb(238,203,98); }
td.TdClassName
{
border-color: #EECB62;
}
.TagClassName
{
border-color: #EECB62;
}
</style>