#E9C95C

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

Shades of Golden Sand #E9C95C

Tints of Golden Sand #E9C95C

Color information

#E9C95C (or 0xE9C95C) is unknown color: approx Golden Sand. HEX triplet: E9, C9 and 5C. RGB value is (233,201,92). Sum of RGB (Red+Green+Blue) = 233+201+92=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C95C is #1636A3. Grayscale: #C6C6C6. Windows color (decimal): -1455780 or 6081001. OLE color: 6081001.

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

Color convert

RGB23320192-
CMYK00.140.610.09
HSL46.38º76.22%63.73%-
HSV(B)46.38º60.52%91.37%-
XYZ56.4259.8718.71-
YUV198.1468.1152.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 92 (36.33% from 255) = 17.49%
R=44.30%
G=38.21%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332019200.140.610.0946.3876.2263.73
HexE9C95C0E3D92e4c40
Octal351311134016751156114100
Binary1110100111001001101110001110111101100110111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C95C; }

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

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

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

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

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

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

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

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