#e9cd6f

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

Shades of Golden Sand #E9CD6F

Tints of Golden Sand #E9CD6F

Color information

#E9CD6F (or 0xE9CD6F) is unknown color: approx Golden Sand. HEX triplet: E9, CD and 6F. RGB value is (233,205,111). Sum of RGB (Red+Green+Blue) = 233+205+111=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD6F is #163290. Grayscale: #CBCBCB. Windows color (decimal): -1454737 or 7327209. OLE color: 7327209.

HSL color Cylindrical-coordinate representation of color #E9CD6F: hue angle of 46.23º 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 #E9CD6F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233205111-
CMYK00.120.520.09
HSL46.23º73.49%67.45%-
HSV(B)46.23º52.36%91.37%-
XYZ58.362.1323.96-
YUV202.6676.28149.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.44%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=42.44%
G=37.34%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320511100.120.520.0946.2373.4967.45
HexE9CD6F0C3492e4943
Octal351315157014641156111103
Binary1110100111001101110111101100110100100110111010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9cd6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9cd6f; }

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

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

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

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

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

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

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

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