Shades of Golden Sand #EECC74
Tints of Golden Sand #EECC74
RGB
CMYK
RGB Variations
Color information
#EECC74 (or 0xEECC74) is known color: Golden Sand. HEX triplet: EE, CC and 74. RGB value is (238,204,116). Sum of RGB (Red+Green+Blue) = 238+204+116=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC74 is #11338B. Grayscale: #CCCCCC. Windows color (decimal): -1127308 or 7654638. OLE color: 7654638.
HSL color Cylindrical-coordinate representation of color #EECC74: hue angle of 43.28º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EECC74 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 116 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.07 |
| HSL | 43.28º | 0.78% | 0.69% | - |
| HSV(B) | 43.28º | 0.51% | 0.93% | - |
| XYZ | 60.01 | 62.62 | 25.45 | - |
| YUV | 204.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 116 | 0 | 0.14 | 0.51 | 0.07 | 43.28 | 0.78 | 0.69 |
| Hex | EE | CC | 74 | 0 | E | 33 | 7 | 2B | 4E | 45 |
| Octal | 356 | 314 | 164 | 0 | 16 | 63 | 7 | 53 | 116 | 105 |
| Binary | 11101110 | 11001100 | 1110100 | 0 | 1110 | 110011 | 111 | 101011 | 1001110 | 1000101 |
Color Harmonies of #EECC74
Complementary color
Monochromatic Colors of #EECC74
Black with #EECC74
Text Example
Text Example
White with #EECC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC74; }
p { color: rgb(238,204,116); }
H1.HeaderClassName
{
color: #EECC74;
}
.AnyTagClassName
{
color: #EECC74;
}
</style>
background-color css
<style>
a { background-color: #EECC74; }
a { background-color: rgb(238,204,116); }
div.DivClassName
{
background-color: #EECC74;
}
.BgClassName
{
background-color: #EECC74;
}
</style>
border-color css
<style>
span { border-color: #EECC74; }
span { border-color: rgb(238,204,116); }
td.TdClassName
{
border-color: #EECC74;
}
.TagClassName
{
border-color: #EECC74;
}
</style>