Shades of Golden Sand #EECA63
Tints of Golden Sand #EECA63
RGB
CMYK
RGB Variations
Color information
#EECA63 (or 0xEECA63) is known color: Golden Sand. HEX triplet: EE, CA and 63. RGB value is (238,202,99). Sum of RGB (Red+Green+Blue) = 238+202+99=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA63 is #11359C. Grayscale: #C9C9C9. Windows color (decimal): -1127837 or 6540014. OLE color: 6540014.
HSL color Cylindrical-coordinate representation of color #EECA63: hue angle of 44.46º 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 #EECA63 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 99 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.07 |
| HSL | 44.46º | 0.8% | 0.66% | - |
| HSV(B) | 44.46º | 0.58% | 0.93% | - |
| XYZ | 58.63 | 61.32 | 20.55 | - |
| YUV | 201.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 99 | 0 | 0.15 | 0.58 | 0.07 | 44.46 | 0.8 | 0.66 |
| Hex | EE | CA | 63 | 0 | F | 3A | 7 | 2C | 50 | 42 |
| Octal | 356 | 312 | 143 | 0 | 17 | 72 | 7 | 54 | 120 | 102 |
| Binary | 11101110 | 11001010 | 1100011 | 0 | 1111 | 111010 | 111 | 101100 | 1010000 | 1000010 |
Color Harmonies of #EECA63
Complementary color
Monochromatic Colors of #EECA63
Black with #EECA63
Text Example
Text Example
White with #EECA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA63; }
p { color: rgb(238,202,99); }
H1.HeaderClassName
{
color: #EECA63;
}
.AnyTagClassName
{
color: #EECA63;
}
</style>
background-color css
<style>
a { background-color: #EECA63; }
a { background-color: rgb(238,202,99); }
div.DivClassName
{
background-color: #EECA63;
}
.BgClassName
{
background-color: #EECA63;
}
</style>
border-color css
<style>
span { border-color: #EECA63; }
span { border-color: rgb(238,202,99); }
td.TdClassName
{
border-color: #EECA63;
}
.TagClassName
{
border-color: #EECA63;
}
</style>