Shades of Golden Sand #EEC364
Tints of Golden Sand #EEC364
RGB
CMYK
RGB Variations
Color information
#EEC364 (or 0xEEC364) is known color: Golden Sand. HEX triplet: EE, C3 and 64. RGB value is (238,195,100). Sum of RGB (Red+Green+Blue) = 238+195+100=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC364 is #113C9B. Grayscale: #C5C5C5. Windows color (decimal): -1129628 or 6603758. OLE color: 6603758.
HSL color Cylindrical-coordinate representation of color #EEC364: hue angle of 41.3º 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 #EEC364 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 100 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.07 |
| HSL | 41.3º | 0.8% | 0.66% | - |
| HSV(B) | 41.3º | 0.58% | 0.93% | - |
| XYZ | 57.08 | 58.13 | 20.27 | - |
| YUV | 197.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 100 | 0 | 0.18 | 0.58 | 0.07 | 41.3 | 0.8 | 0.66 |
| Hex | EE | C3 | 64 | 0 | 12 | 3A | 7 | 29 | 50 | 42 |
| Octal | 356 | 303 | 144 | 0 | 22 | 72 | 7 | 51 | 120 | 102 |
| Binary | 11101110 | 11000011 | 1100100 | 0 | 10010 | 111010 | 111 | 101001 | 1010000 | 1000010 |
Color Harmonies of #EEC364
Complementary color
Monochromatic Colors of #EEC364
Black with #EEC364
Text Example
Text Example
White with #EEC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC364; }
p { color: rgb(238,195,100); }
H1.HeaderClassName
{
color: #EEC364;
}
.AnyTagClassName
{
color: #EEC364;
}
</style>
background-color css
<style>
a { background-color: #EEC364; }
a { background-color: rgb(238,195,100); }
div.DivClassName
{
background-color: #EEC364;
}
.BgClassName
{
background-color: #EEC364;
}
</style>
border-color css
<style>
span { border-color: #EEC364; }
span { border-color: rgb(238,195,100); }
td.TdClassName
{
border-color: #EEC364;
}
.TagClassName
{
border-color: #EEC364;
}
</style>