#E9C96F

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

Shades of Golden Sand #E9C96F

Tints of Golden Sand #E9C96F

Color information

#E9C96F (or 0xE9C96F) is unknown color: approx Golden Sand. HEX triplet: E9, C9 and 6F. RGB value is (233,201,111). Sum of RGB (Red+Green+Blue) = 233+201+111=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C96F is #163690. Grayscale: #C8C8C8. Windows color (decimal): -1455761 or 7326185. OLE color: 7326185.

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

Color convert

RGB233201111-
CMYK00.140.520.09
HSL44.26º73.49%67.45%-
HSV(B)44.26º52.36%91.37%-
XYZ57.3660.2423.64-
YUV200.3177.6151.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 111 (43.75% from 255) = 20.37%
R=42.75%
G=36.88%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320111100.140.520.0944.2673.4967.45
HexE9C96F0E3492c4943
Octal351311157016641154111103
Binary1110100111001001110111101110110100100110110010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C96F; }

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

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

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

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

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

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

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

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