Shades of Golden Sand #EED565
Tints of Golden Sand #EED565
RGB
CMYK
RGB Variations
Color information
#EED565 (or 0xEED565) is known color: Golden Sand. HEX triplet: EE, D5 and 65. RGB value is (238,213,101). Sum of RGB (Red+Green+Blue) = 238+213+101=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EED565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED565 is #112A9A. Grayscale: #D0D0D0. Windows color (decimal): -1125019 or 6673902. OLE color: 6673902.
HSL color Cylindrical-coordinate representation of color #EED565: hue angle of 49.05º 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 #EED565 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 101 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 49.05º | 0.8% | 0.66% | - |
| HSV(B) | 49.05º | 0.58% | 0.93% | - |
| XYZ | 61.4 | 66.71 | 21.95 | - |
| YUV | 207.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 101 | 0 | 0.11 | 0.58 | 0.07 | 49.05 | 0.8 | 0.66 |
| Hex | EE | D5 | 65 | 0 | B | 3A | 7 | 31 | 50 | 42 |
| Octal | 356 | 325 | 145 | 0 | 13 | 72 | 7 | 61 | 120 | 102 |
| Binary | 11101110 | 11010101 | 1100101 | 0 | 1011 | 111010 | 111 | 110001 | 1010000 | 1000010 |
Color Harmonies of #EED565
Complementary color
Monochromatic Colors of #EED565
Black with #EED565
Text Example
Text Example
White with #EED565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED565; }
p { color: rgb(238,213,101); }
H1.HeaderClassName
{
color: #EED565;
}
.AnyTagClassName
{
color: #EED565;
}
</style>
background-color css
<style>
a { background-color: #EED565; }
a { background-color: rgb(238,213,101); }
div.DivClassName
{
background-color: #EED565;
}
.BgClassName
{
background-color: #EED565;
}
</style>
border-color css
<style>
span { border-color: #EED565; }
span { border-color: rgb(238,213,101); }
td.TdClassName
{
border-color: #EED565;
}
.TagClassName
{
border-color: #EED565;
}
</style>