#E9CD69

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

Shades of Golden Sand #E9CD69

Tints of Golden Sand #E9CD69

Color information

#E9CD69 (or 0xE9CD69) is unknown color: approx Golden Sand. HEX triplet: E9, CD and 69. RGB value is (233,205,105). Sum of RGB (Red+Green+Blue) = 233+205+105=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD69 is #163296. Grayscale: #CACACA. Windows color (decimal): -1454743 or 6933993. OLE color: 6933993.

HSL color Cylindrical-coordinate representation of color #E9CD69: hue angle of 46.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9CD69 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233205105-
CMYK00.120.550.09
HSL46.88º74.42%66.27%-
HSV(B)46.88º54.94%91.37%-
XYZ57.9962.0122.28-
YUV201.9773.28150.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=42.91%
G=37.75%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320510500.120.550.0946.8874.4266.27
HexE9CD690C3792f4a42
Octal351315151014671157112102
Binary1110100111001101110100101100110111100110111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD69; }

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

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

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

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

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

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

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

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