Shades of Golden Sand #EEC467
Tints of Golden Sand #EEC467
RGB
CMYK
RGB Variations
Color information
#EEC467 (or 0xEEC467) is known color: Golden Sand. HEX triplet: EE, C4 and 67. RGB value is (238,196,103). Sum of RGB (Red+Green+Blue) = 238+196+103=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC467 is #113B98. Grayscale: #C6C6C6. Windows color (decimal): -1129369 or 6800622. OLE color: 6800622.
HSL color Cylindrical-coordinate representation of color #EEC467: hue angle of 41.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC467 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 103 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 41.33º | 0.8% | 0.67% | - |
| HSV(B) | 41.33º | 0.57% | 0.93% | - |
| XYZ | 57.45 | 58.64 | 21.12 | - |
| YUV | 197.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 103 | 0 | 0.18 | 0.57 | 0.07 | 41.33 | 0.8 | 0.67 |
| Hex | EE | C4 | 67 | 0 | 12 | 39 | 7 | 29 | 50 | 43 |
| Octal | 356 | 304 | 147 | 0 | 22 | 71 | 7 | 51 | 120 | 103 |
| Binary | 11101110 | 11000100 | 1100111 | 0 | 10010 | 111001 | 111 | 101001 | 1010000 | 1000011 |
Color Harmonies of #EEC467
Complementary color
Monochromatic Colors of #EEC467
Black with #EEC467
Text Example
Text Example
White with #EEC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC467; }
p { color: rgb(238,196,103); }
H1.HeaderClassName
{
color: #EEC467;
}
.AnyTagClassName
{
color: #EEC467;
}
</style>
background-color css
<style>
a { background-color: #EEC467; }
a { background-color: rgb(238,196,103); }
div.DivClassName
{
background-color: #EEC467;
}
.BgClassName
{
background-color: #EEC467;
}
</style>
border-color css
<style>
span { border-color: #EEC467; }
span { border-color: rgb(238,196,103); }
td.TdClassName
{
border-color: #EEC467;
}
.TagClassName
{
border-color: #EEC467;
}
</style>