#E9D271

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

Shades of Golden Sand #E9D271

Tints of Golden Sand #E9D271

Color information

#E9D271 (or 0xE9D271) is unknown color: approx Golden Sand. HEX triplet: E9, D2 and 71. RGB value is (233,210,113). Sum of RGB (Red+Green+Blue) = 233+210+113=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D271 is #162D8E. Grayscale: #CECECE. Windows color (decimal): -1453455 or 7459561. OLE color: 7459561.

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

Color convert

RGB233210113-
CMYK00.100.520.09
HSL48.5º73.17%67.84%-
HSV(B)48.5º51.5%91.37%-
XYZ59.6364.6124.95-
YUV205.8275.62147.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 113 (44.53% from 255) = 20.32%
R=41.91%
G=37.77%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321011300.100.520.0948.573.1767.84
HexE9D2710A349304944
Octal351322161012641160111104
Binary1110100111010010111000101010110100100111000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D271; }

 p { color: rgb(233,210,113); }

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

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

 a { background-color: rgb(233,210,113); }

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

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

 span { border-color: rgb(233,210,113); }

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