Shades of Golden Sand #EECA5D
Tints of Golden Sand #EECA5D
RGB
CMYK
RGB Variations
Color information
#EECA5D (or 0xEECA5D) is known color: Golden Sand. HEX triplet: EE, CA and 5D. RGB value is (238,202,93). Sum of RGB (Red+Green+Blue) = 238+202+93=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA5D is #1135A2. Grayscale: #C8C8C8. Windows color (decimal): -1127843 or 6146798. OLE color: 6146798.
HSL color Cylindrical-coordinate representation of color #EECA5D: hue angle of 45.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EECA5D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 93 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.1º | 0.81% | 0.65% | - |
| HSV(B) | 45.1º | 0.61% | 0.93% | - |
| XYZ | 58.36 | 61.21 | 19.09 | - |
| YUV | 200.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 93 | 0 | 0.15 | 0.61 | 0.07 | 45.1 | 0.81 | 0.65 |
| Hex | EE | CA | 5D | 0 | F | 3D | 7 | 2D | 51 | 41 |
| Octal | 356 | 312 | 135 | 0 | 17 | 75 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001010 | 1011101 | 0 | 1111 | 111101 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EECA5D
Complementary color
Monochromatic Colors of #EECA5D
Black with #EECA5D
Text Example
Text Example
White with #EECA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA5D; }
p { color: rgb(238,202,93); }
H1.HeaderClassName
{
color: #EECA5D;
}
.AnyTagClassName
{
color: #EECA5D;
}
</style>
background-color css
<style>
a { background-color: #EECA5D; }
a { background-color: rgb(238,202,93); }
div.DivClassName
{
background-color: #EECA5D;
}
.BgClassName
{
background-color: #EECA5D;
}
</style>
border-color css
<style>
span { border-color: #EECA5D; }
span { border-color: rgb(238,202,93); }
td.TdClassName
{
border-color: #EECA5D;
}
.TagClassName
{
border-color: #EECA5D;
}
</style>