Shades of Golden Sand #EEC469
Tints of Golden Sand #EEC469
RGB
CMYK
RGB Variations
Color information
#EEC469 (or 0xEEC469) is known color: Golden Sand. HEX triplet: EE, C4 and 69. RGB value is (238,196,105). Sum of RGB (Red+Green+Blue) = 238+196+105=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC469 is #113B96. Grayscale: #C6C6C6. Windows color (decimal): -1129367 or 6931694. OLE color: 6931694.
HSL color Cylindrical-coordinate representation of color #EEC469: hue angle of 41.05º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEC469 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 105 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 41.05º | 0.8% | 0.67% | - |
| HSV(B) | 41.05º | 0.56% | 0.93% | - |
| XYZ | 57.55 | 58.68 | 21.66 | - |
| YUV | 198.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 105 | 0 | 0.18 | 0.56 | 0.07 | 41.05 | 0.8 | 0.67 |
| Hex | EE | C4 | 69 | 0 | 12 | 38 | 7 | 29 | 50 | 43 |
| Octal | 356 | 304 | 151 | 0 | 22 | 70 | 7 | 51 | 120 | 103 |
| Binary | 11101110 | 11000100 | 1101001 | 0 | 10010 | 111000 | 111 | 101001 | 1010000 | 1000011 |
Color Harmonies of #EEC469
Complementary color
Monochromatic Colors of #EEC469
Black with #EEC469
Text Example
Text Example
White with #EEC469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC469; }
p { color: rgb(238,196,105); }
H1.HeaderClassName
{
color: #EEC469;
}
.AnyTagClassName
{
color: #EEC469;
}
</style>
background-color css
<style>
a { background-color: #EEC469; }
a { background-color: rgb(238,196,105); }
div.DivClassName
{
background-color: #EEC469;
}
.BgClassName
{
background-color: #EEC469;
}
</style>
border-color css
<style>
span { border-color: #EEC469; }
span { border-color: rgb(238,196,105); }
td.TdClassName
{
border-color: #EEC469;
}
.TagClassName
{
border-color: #EEC469;
}
</style>