Shades of Golden Sand #EED273
Tints of Golden Sand #EED273
RGB
CMYK
RGB Variations
Color information
#EED273 (or 0xEED273) is known color: Golden Sand. HEX triplet: EE, D2 and 73. RGB value is (238,210,115). Sum of RGB (Red+Green+Blue) = 238+210+115=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EED273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED273 is #112D8C. Grayscale: #CFCFCF. Windows color (decimal): -1125773 or 7590638. OLE color: 7590638.
HSL color Cylindrical-coordinate representation of color #EED273: hue angle of 46.34º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EED273 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 115 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 46.34º | 0.78% | 0.69% | - |
| HSV(B) | 46.34º | 0.52% | 0.93% | - |
| XYZ | 61.4 | 65.51 | 25.63 | - |
| YUV | 207.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 115 | 0 | 0.12 | 0.52 | 0.07 | 46.34 | 0.78 | 0.69 |
| Hex | EE | D2 | 73 | 0 | C | 34 | 7 | 2E | 4E | 45 |
| Octal | 356 | 322 | 163 | 0 | 14 | 64 | 7 | 56 | 116 | 105 |
| Binary | 11101110 | 11010010 | 1110011 | 0 | 1100 | 110100 | 111 | 101110 | 1001110 | 1000101 |
Color Harmonies of #EED273
Complementary color
Monochromatic Colors of #EED273
Black with #EED273
Text Example
Text Example
White with #EED273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED273; }
p { color: rgb(238,210,115); }
H1.HeaderClassName
{
color: #EED273;
}
.AnyTagClassName
{
color: #EED273;
}
</style>
background-color css
<style>
a { background-color: #EED273; }
a { background-color: rgb(238,210,115); }
div.DivClassName
{
background-color: #EED273;
}
.BgClassName
{
background-color: #EED273;
}
</style>
border-color css
<style>
span { border-color: #EED273; }
span { border-color: rgb(238,210,115); }
td.TdClassName
{
border-color: #EED273;
}
.TagClassName
{
border-color: #EED273;
}
</style>