Shades of Golden Sand #E3CC70
Tints of Golden Sand #E3CC70
RGB
CMYK
RGB Variations
Color information
#E3CC70 (or 0xE3CC70) is known color: Golden Sand. HEX triplet: E3, CC and 70. RGB value is (227,204,112). Sum of RGB (Red+Green+Blue) = 227+204+112=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CC70 is #1C338F. Grayscale: #C8C8C8. Windows color (decimal): -1848208 or 7392483. OLE color: 7392483.
HSL color Cylindrical-coordinate representation of color #E3CC70: hue angle of 48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3CC70 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 112 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.11 |
| HSL | 48º | 0.67% | 0.66% | - |
| HSV(B) | 48º | 0.51% | 0.89% | - |
| XYZ | 56.2 | 60.69 | 24.08 | - |
| YUV | 200.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 112 | 0 | 0.10 | 0.51 | 0.11 | 48 | 0.67 | 0.66 |
| Hex | E3 | CC | 70 | 0 | A | 33 | B | 30 | 43 | 42 |
| Octal | 343 | 314 | 160 | 0 | 12 | 63 | 13 | 60 | 103 | 102 |
| Binary | 11100011 | 11001100 | 1110000 | 0 | 1010 | 110011 | 1011 | 110000 | 1000011 | 1000010 |
Color Harmonies of #E3CC70
Complementary color
Monochromatic Colors of #E3CC70
Black with #E3CC70
Text Example
Text Example
White with #E3CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC70; }
p { color: rgb(227,204,112); }
H1.HeaderClassName
{
color: #E3CC70;
}
.AnyTagClassName
{
color: #E3CC70;
}
</style>
background-color css
<style>
a { background-color: #E3CC70; }
a { background-color: rgb(227,204,112); }
div.DivClassName
{
background-color: #E3CC70;
}
.BgClassName
{
background-color: #E3CC70;
}
</style>
border-color css
<style>
span { border-color: #E3CC70; }
span { border-color: rgb(227,204,112); }
td.TdClassName
{
border-color: #E3CC70;
}
.TagClassName
{
border-color: #E3CC70;
}
</style>