Shades of Golden Sand #EEC465
Tints of Golden Sand #EEC465
RGB
CMYK
RGB Variations
Color information
#EEC465 (or 0xEEC465) is known color: Golden Sand. HEX triplet: EE, C4 and 65. RGB value is (238,196,101). Sum of RGB (Red+Green+Blue) = 238+196+101=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC465 is #113B9A. Grayscale: #C6C6C6. Windows color (decimal): -1129371 or 6669550. OLE color: 6669550.
HSL color Cylindrical-coordinate representation of color #EEC465: hue angle of 41.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEC465 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 101 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.07 |
| HSL | 41.61º | 0.8% | 0.66% | - |
| HSV(B) | 41.61º | 0.58% | 0.93% | - |
| XYZ | 57.35 | 58.6 | 20.6 | - |
| YUV | 197.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 101 | 0 | 0.18 | 0.58 | 0.07 | 41.61 | 0.8 | 0.66 |
| Hex | EE | C4 | 65 | 0 | 12 | 3A | 7 | 2A | 50 | 42 |
| Octal | 356 | 304 | 145 | 0 | 22 | 72 | 7 | 52 | 120 | 102 |
| Binary | 11101110 | 11000100 | 1100101 | 0 | 10010 | 111010 | 111 | 101010 | 1010000 | 1000010 |
Color Harmonies of #EEC465
Complementary color
Monochromatic Colors of #EEC465
Black with #EEC465
Text Example
Text Example
White with #EEC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC465; }
p { color: rgb(238,196,101); }
H1.HeaderClassName
{
color: #EEC465;
}
.AnyTagClassName
{
color: #EEC465;
}
</style>
background-color css
<style>
a { background-color: #EEC465; }
a { background-color: rgb(238,196,101); }
div.DivClassName
{
background-color: #EEC465;
}
.BgClassName
{
background-color: #EEC465;
}
</style>
border-color css
<style>
span { border-color: #EEC465; }
span { border-color: rgb(238,196,101); }
td.TdClassName
{
border-color: #EEC465;
}
.TagClassName
{
border-color: #EEC465;
}
</style>