Shades of Golden Sand #EEDB6B
Tints of Golden Sand #EEDB6B
RGB
CMYK
RGB Variations
Color information
#EEDB6B (or 0xEEDB6B) is known color: Golden Sand. HEX triplet: EE, DB and 6B. RGB value is (238,219,107). Sum of RGB (Red+Green+Blue) = 238+219+107=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB6B is #112494. Grayscale: #D4D4D4. Windows color (decimal): -1123477 or 7068654. OLE color: 7068654.
HSL color Cylindrical-coordinate representation of color #EEDB6B: hue angle of 51.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEDB6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 107 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 51.3º | 0.79% | 0.68% | - |
| HSV(B) | 51.3º | 0.55% | 0.93% | - |
| XYZ | 63.25 | 69.9 | 24.07 | - |
| YUV | 211.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 107 | 0 | 0.08 | 0.55 | 0.07 | 51.3 | 0.79 | 0.68 |
| Hex | EE | DB | 6B | 0 | 8 | 37 | 7 | 33 | 4F | 44 |
| Octal | 356 | 333 | 153 | 0 | 10 | 67 | 7 | 63 | 117 | 104 |
| Binary | 11101110 | 11011011 | 1101011 | 0 | 1000 | 110111 | 111 | 110011 | 1001111 | 1000100 |
Color Harmonies of #EEDB6B
Complementary color
Monochromatic Colors of #EEDB6B
Black with #EEDB6B
Text Example
Text Example
White with #EEDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB6B; }
p { color: rgb(238,219,107); }
H1.HeaderClassName
{
color: #EEDB6B;
}
.AnyTagClassName
{
color: #EEDB6B;
}
</style>
background-color css
<style>
a { background-color: #EEDB6B; }
a { background-color: rgb(238,219,107); }
div.DivClassName
{
background-color: #EEDB6B;
}
.BgClassName
{
background-color: #EEDB6B;
}
</style>
border-color css
<style>
span { border-color: #EEDB6B; }
span { border-color: rgb(238,219,107); }
td.TdClassName
{
border-color: #EEDB6B;
}
.TagClassName
{
border-color: #EEDB6B;
}
</style>