Shades of Golden Sand #EEC571
Tints of Golden Sand #EEC571
RGB
CMYK
RGB Variations
Color information
#EEC571 (or 0xEEC571) is known color: Golden Sand. HEX triplet: EE, C5 and 71. RGB value is (238,197,113). Sum of RGB (Red+Green+Blue) = 238+197+113=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC571 is #113A8E. Grayscale: #C8C8C8. Windows color (decimal): -1129103 or 7456238. OLE color: 7456238.
HSL color Cylindrical-coordinate representation of color #EEC571: hue angle of 40.32º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC571 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 113 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.07 |
| HSL | 40.32º | 0.79% | 0.69% | - |
| HSV(B) | 40.32º | 0.53% | 0.93% | - |
| XYZ | 58.21 | 59.3 | 24 | - |
| YUV | 199.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 113 | 0 | 0.17 | 0.53 | 0.07 | 40.32 | 0.79 | 0.69 |
| Hex | EE | C5 | 71 | 0 | 11 | 35 | 7 | 28 | 4F | 45 |
| Octal | 356 | 305 | 161 | 0 | 21 | 65 | 7 | 50 | 117 | 105 |
| Binary | 11101110 | 11000101 | 1110001 | 0 | 10001 | 110101 | 111 | 101000 | 1001111 | 1000101 |
Color Harmonies of #EEC571
Complementary color
Monochromatic Colors of #EEC571
Black with #EEC571
Text Example
Text Example
White with #EEC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC571; }
p { color: rgb(238,197,113); }
H1.HeaderClassName
{
color: #EEC571;
}
.AnyTagClassName
{
color: #EEC571;
}
</style>
background-color css
<style>
a { background-color: #EEC571; }
a { background-color: rgb(238,197,113); }
div.DivClassName
{
background-color: #EEC571;
}
.BgClassName
{
background-color: #EEC571;
}
</style>
border-color css
<style>
span { border-color: #EEC571; }
span { border-color: rgb(238,197,113); }
td.TdClassName
{
border-color: #EEC571;
}
.TagClassName
{
border-color: #EEC571;
}
</style>