#E9D266

Color #E9D266 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #E9D266

Tints of Golden Sand #E9D266

Color information

#E9D266 (or 0xE9D266) is unknown color: approx Golden Sand. HEX triplet: E9, D2 and 66. RGB value is (233,210,102). Sum of RGB (Red+Green+Blue) = 233+210+102=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D266 is #162D99. Grayscale: #CDCDCD. Windows color (decimal): -1453466 or 6738665. OLE color: 6738665.

HSL color Cylindrical-coordinate representation of color #E9D266: hue angle of 49.47º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9D266 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB233210102-
CMYK00.100.560.09
HSL49.47º74.86%65.69%-
HSV(B)49.47º56.22%91.37%-
XYZ59.0564.3821.88-
YUV204.5670.12148.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 102 (40.23% from 255) = 18.72%
R=42.75%
G=38.53%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321010200.100.560.0949.4774.8665.69
HexE9D2660A389314b42
Octal351322146012701161113102
Binary1110100111010010110011001010111000100111000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D266; }

 p { color: rgb(233,210,102); }

 H1.HeaderClassName
 {
   color: #E9D266;
 }
 .AnyTagClassName
 {
   color: #E9D266;
 }
</style>
background-color css

<style>
 a { background-color: #E9D266; }

 a { background-color: rgb(233,210,102); }

 div.DivClassName
 {
   background-color: #E9D266;
 }
 .BgClassName
 {
   background-color: #E9D266;
 }
</style>
border-color css

<style>
 span { border-color: #E9D266; }

 span { border-color: rgb(233,210,102); }

 td.TdClassName
 {
   border-color: #E9D266;
 }
 .TagClassName
 {
   border-color: #E9D266;
 }
</style>