Shades of Golden Sand #EECB5E
Tints of Golden Sand #EECB5E
RGB
CMYK
RGB Variations
Color information
#EECB5E (or 0xEECB5E) is known color: Golden Sand. HEX triplet: EE, CB and 5E. RGB value is (238,203,94). Sum of RGB (Red+Green+Blue) = 238+203+94=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB5E is #1134A1. Grayscale: #C9C9C9. Windows color (decimal): -1127586 or 6212590. OLE color: 6212590.
HSL color Cylindrical-coordinate representation of color #EECB5E: hue angle of 45.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EECB5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 94 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.42º | 0.81% | 0.65% | - |
| HSV(B) | 45.42º | 0.61% | 0.93% | - |
| XYZ | 58.64 | 61.7 | 19.41 | - |
| YUV | 201.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 94 | 0 | 0.15 | 0.61 | 0.07 | 45.42 | 0.81 | 0.65 |
| Hex | EE | CB | 5E | 0 | F | 3D | 7 | 2D | 51 | 41 |
| Octal | 356 | 313 | 136 | 0 | 17 | 75 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001011 | 1011110 | 0 | 1111 | 111101 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EECB5E
Complementary color
Monochromatic Colors of #EECB5E
Black with #EECB5E
Text Example
Text Example
White with #EECB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB5E; }
p { color: rgb(238,203,94); }
H1.HeaderClassName
{
color: #EECB5E;
}
.AnyTagClassName
{
color: #EECB5E;
}
</style>
background-color css
<style>
a { background-color: #EECB5E; }
a { background-color: rgb(238,203,94); }
div.DivClassName
{
background-color: #EECB5E;
}
.BgClassName
{
background-color: #EECB5E;
}
</style>
border-color css
<style>
span { border-color: #EECB5E; }
span { border-color: rgb(238,203,94); }
td.TdClassName
{
border-color: #EECB5E;
}
.TagClassName
{
border-color: #EECB5E;
}
</style>