Shades of Golden Sand #EED265
Tints of Golden Sand #EED265
RGB
CMYK
RGB Variations
Color information
#EED265 (or 0xEED265) is known color: Golden Sand. HEX triplet: EE, D2 and 65. RGB value is (238,210,101). Sum of RGB (Red+Green+Blue) = 238+210+101=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EED265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED265 is #112D9A. Grayscale: #CECECE. Windows color (decimal): -1125787 or 6673134. OLE color: 6673134.
HSL color Cylindrical-coordinate representation of color #EED265: hue angle of 47.74º 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 #EED265 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 101 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.07 |
| HSL | 47.74º | 0.8% | 0.66% | - |
| HSV(B) | 47.74º | 0.58% | 0.93% | - |
| XYZ | 60.66 | 65.21 | 21.7 | - |
| YUV | 205.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 101 | 0 | 0.12 | 0.58 | 0.07 | 47.74 | 0.8 | 0.66 |
| Hex | EE | D2 | 65 | 0 | C | 3A | 7 | 30 | 50 | 42 |
| Octal | 356 | 322 | 145 | 0 | 14 | 72 | 7 | 60 | 120 | 102 |
| Binary | 11101110 | 11010010 | 1100101 | 0 | 1100 | 111010 | 111 | 110000 | 1010000 | 1000010 |
Color Harmonies of #EED265
Complementary color
Monochromatic Colors of #EED265
Black with #EED265
Text Example
Text Example
White with #EED265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED265; }
p { color: rgb(238,210,101); }
H1.HeaderClassName
{
color: #EED265;
}
.AnyTagClassName
{
color: #EED265;
}
</style>
background-color css
<style>
a { background-color: #EED265; }
a { background-color: rgb(238,210,101); }
div.DivClassName
{
background-color: #EED265;
}
.BgClassName
{
background-color: #EED265;
}
</style>
border-color css
<style>
span { border-color: #EED265; }
span { border-color: rgb(238,210,101); }
td.TdClassName
{
border-color: #EED265;
}
.TagClassName
{
border-color: #EED265;
}
</style>