Shades of Golden Sand #E9CB5C
Tints of Golden Sand #E9CB5C
RGB
CMYK
RGB Variations
Color information
#E9CB5C (or 0xE9CB5C) is known color: Golden Sand. HEX triplet: E9, CB and 5C. RGB value is (233,203,92). Sum of RGB (Red+Green+Blue) = 233+203+92=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CB5C is #1634A3. Grayscale: #C7C7C7. Windows color (decimal): -1455268 or 6081513. OLE color: 6081513.
HSL color Cylindrical-coordinate representation of color #E9CB5C: hue angle of 47.23º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9CB5C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 92 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.09 |
| HSL | 47.23º | 0.76% | 0.64% | - |
| HSV(B) | 47.23º | 0.61% | 0.91% | - |
| XYZ | 56.89 | 60.81 | 18.86 | - |
| YUV | 199.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 92 | 0 | 0.13 | 0.61 | 0.09 | 47.23 | 0.76 | 0.64 |
| Hex | E9 | CB | 5C | 0 | D | 3D | 9 | 2F | 4C | 40 |
| Octal | 351 | 313 | 134 | 0 | 15 | 75 | 11 | 57 | 114 | 100 |
| Binary | 11101001 | 11001011 | 1011100 | 0 | 1101 | 111101 | 1001 | 101111 | 1001100 | 1000000 |
Color Harmonies of #E9CB5C
Complementary color
Monochromatic Colors of #E9CB5C
Black with #E9CB5C
Text Example
Text Example
White with #E9CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB5C; }
p { color: rgb(233,203,92); }
H1.HeaderClassName
{
color: #E9CB5C;
}
.AnyTagClassName
{
color: #E9CB5C;
}
</style>
background-color css
<style>
a { background-color: #E9CB5C; }
a { background-color: rgb(233,203,92); }
div.DivClassName
{
background-color: #E9CB5C;
}
.BgClassName
{
background-color: #E9CB5C;
}
</style>
border-color css
<style>
span { border-color: #E9CB5C; }
span { border-color: rgb(233,203,92); }
td.TdClassName
{
border-color: #E9CB5C;
}
.TagClassName
{
border-color: #E9CB5C;
}
</style>