Shades of Golden Sand #EECE72
Tints of Golden Sand #EECE72
RGB
CMYK
RGB Variations
Color information
#EECE72 (or 0xEECE72) is known color: Golden Sand. HEX triplet: EE, CE and 72. RGB value is (238,206,114). Sum of RGB (Red+Green+Blue) = 238+206+114=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE72 is #11318D. Grayscale: #CDCDCD. Windows color (decimal): -1126798 or 7524078. OLE color: 7524078.
HSL color Cylindrical-coordinate representation of color #EECE72: hue angle of 44.52º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EECE72 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 114 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.07 |
| HSL | 44.52º | 0.78% | 0.69% | - |
| HSV(B) | 44.52º | 0.52% | 0.93% | - |
| XYZ | 60.37 | 63.53 | 25 | - |
| YUV | 205.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 114 | 0 | 0.13 | 0.52 | 0.07 | 44.52 | 0.78 | 0.69 |
| Hex | EE | CE | 72 | 0 | D | 34 | 7 | 2D | 4E | 45 |
| Octal | 356 | 316 | 162 | 0 | 15 | 64 | 7 | 55 | 116 | 105 |
| Binary | 11101110 | 11001110 | 1110010 | 0 | 1101 | 110100 | 111 | 101101 | 1001110 | 1000101 |
Color Harmonies of #EECE72
Complementary color
Monochromatic Colors of #EECE72
Black with #EECE72
Text Example
Text Example
White with #EECE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE72; }
p { color: rgb(238,206,114); }
H1.HeaderClassName
{
color: #EECE72;
}
.AnyTagClassName
{
color: #EECE72;
}
</style>
background-color css
<style>
a { background-color: #EECE72; }
a { background-color: rgb(238,206,114); }
div.DivClassName
{
background-color: #EECE72;
}
.BgClassName
{
background-color: #EECE72;
}
</style>
border-color css
<style>
span { border-color: #EECE72; }
span { border-color: rgb(238,206,114); }
td.TdClassName
{
border-color: #EECE72;
}
.TagClassName
{
border-color: #EECE72;
}
</style>