Shades of Golden Sand #EED667
Tints of Golden Sand #EED667
RGB
CMYK
RGB Variations
Color information
#EED667 (or 0xEED667) is known color: Golden Sand. HEX triplet: EE, D6 and 67. RGB value is (238,214,103). Sum of RGB (Red+Green+Blue) = 238+214+103=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EED667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED667 is #112998. Grayscale: #D0D0D0. Windows color (decimal): -1124761 or 6805230. OLE color: 6805230.
HSL color Cylindrical-coordinate representation of color #EED667: hue angle of 49.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 #EED667 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 103 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.07 |
| HSL | 49.33º | 0.8% | 0.67% | - |
| HSV(B) | 49.33º | 0.57% | 0.93% | - |
| XYZ | 61.75 | 67.25 | 22.56 | - |
| YUV | 208.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 103 | 0 | 0.10 | 0.57 | 0.07 | 49.33 | 0.8 | 0.67 |
| Hex | EE | D6 | 67 | 0 | A | 39 | 7 | 31 | 50 | 43 |
| Octal | 356 | 326 | 147 | 0 | 12 | 71 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010110 | 1100111 | 0 | 1010 | 111001 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED667
Complementary color
Monochromatic Colors of #EED667
Black with #EED667
Text Example
Text Example
White with #EED667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED667; }
p { color: rgb(238,214,103); }
H1.HeaderClassName
{
color: #EED667;
}
.AnyTagClassName
{
color: #EED667;
}
</style>
background-color css
<style>
a { background-color: #EED667; }
a { background-color: rgb(238,214,103); }
div.DivClassName
{
background-color: #EED667;
}
.BgClassName
{
background-color: #EED667;
}
</style>
border-color css
<style>
span { border-color: #EED667; }
span { border-color: rgb(238,214,103); }
td.TdClassName
{
border-color: #EED667;
}
.TagClassName
{
border-color: #EED667;
}
</style>