#e9d368

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

Shades of Golden Sand #E9D368

Tints of Golden Sand #E9D368

Color information

#E9D368 (or 0xE9D368) is unknown color: approx Golden Sand. HEX triplet: E9, D3 and 68. RGB value is (233,211,104). Sum of RGB (Red+Green+Blue) = 233+211+104=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D368 is #162C97. Grayscale: #CDCDCD. Windows color (decimal): -1453208 or 6869993. OLE color: 6869993.

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

Color convert

RGB233211104-
CMYK00.090.550.09
HSL49.77º74.57%66.08%-
HSV(B)49.77º55.36%91.37%-
XYZ59.464.9122.5-
YUV205.3870.79147.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.52%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 104 (41.02% from 255) = 18.98%
R=42.52%
G=38.50%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321110400.090.550.0949.7774.5766.08
HexE9D36809379324b42
Octal351323150011671162113102
Binary1110100111010011110100001001110111100111001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9d368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9d368; }

 p { color: rgb(233,211,104); }

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

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

 a { background-color: rgb(233,211,104); }

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

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

 span { border-color: rgb(233,211,104); }

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