#E9CC5D

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

Shades of Golden Sand #E9CC5D

Tints of Golden Sand #E9CC5D

Color information

#E9CC5D (or 0xE9CC5D) is unknown color: approx Golden Sand. HEX triplet: E9, CC and 5D. RGB value is (233,204,93). Sum of RGB (Red+Green+Blue) = 233+204+93=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC5D is #1633A2. Grayscale: #C8C8C8. Windows color (decimal): -1455011 or 6147305. OLE color: 6147305.

HSL color Cylindrical-coordinate representation of color #E9CC5D: hue angle of 47.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9CC5D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23320493-
CMYK00.120.600.09
HSL47.57º76.09%63.92%-
HSV(B)47.57º60.09%91.37%-
XYZ57.1761.319.17-
YUV200.0267.61151.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 93 (36.72% from 255) = 17.55%
R=43.96%
G=38.49%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332049300.120.600.0947.5776.0963.92
HexE9CC5D0C3C9304c40
Octal351314135014741160114100
Binary1110100111001100101110101100111100100111000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CC5D; }

 p { color: rgb(233,204,93); }

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

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

 a { background-color: rgb(233,204,93); }

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

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

 span { border-color: rgb(233,204,93); }

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