#E9C972

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

Shades of Golden Sand #E9C972

Tints of Golden Sand #E9C972

Color information

#E9C972 (or 0xE9C972) is unknown color: approx Golden Sand. HEX triplet: E9, C9 and 72. RGB value is (233,201,114). Sum of RGB (Red+Green+Blue) = 233+201+114=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C972 is #16368D. Grayscale: #C9C9C9. Windows color (decimal): -1455758 or 7522793. OLE color: 7522793.

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

Color convert

RGB233201114-
CMYK00.140.510.09
HSL43.87º73.01%68.04%-
HSV(B)43.87º51.07%91.37%-
XYZ57.5360.3124.53-
YUV200.6579.1151.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.52%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=42.52%
G=36.68%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320111400.140.510.0943.8773.0168.04
HexE9C9720E3392c4944
Octal351311162016631154111104
Binary1110100111001001111001001110110011100110110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C972; }

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

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

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

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

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

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

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

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