#E9C96D

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

Shades of Golden Sand #E9C96D

Tints of Golden Sand #E9C96D

Color information

#E9C96D (or 0xE9C96D) is unknown color: approx Golden Sand. HEX triplet: E9, C9 and 6D. RGB value is (233,201,109). Sum of RGB (Red+Green+Blue) = 233+201+109=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C96D is #163692. Grayscale: #C8C8C8. Windows color (decimal): -1455763 or 7195113. OLE color: 7195113.

HSL color Cylindrical-coordinate representation of color #E9C96D: hue angle of 44.52º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9C96D is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233201109-
CMYK00.140.530.09
HSL44.52º73.81%67.06%-
HSV(B)44.52º53.22%91.37%-
XYZ57.2560.223.07-
YUV200.0876.6151.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 109 (42.97% from 255) = 20.07%
R=42.91%
G=37.02%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320110900.140.530.0944.5273.8167.06
HexE9C96D0E3592d4a43
Octal351311155016651155112103
Binary1110100111001001110110101110110101100110110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C96D; }

 p { color: rgb(233,201,109); }

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

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

 a { background-color: rgb(233,201,109); }

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

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

 span { border-color: rgb(233,201,109); }

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