#E9CF69

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

Shades of Golden Sand #E9CF69

Tints of Golden Sand #E9CF69

Color information

#E9CF69 (or 0xE9CF69) is unknown color: approx Golden Sand. HEX triplet: E9, CF and 69. RGB value is (233,207,105). Sum of RGB (Red+Green+Blue) = 233+207+105=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF69 is #163096. Grayscale: #CBCBCB. Windows color (decimal): -1454231 or 6934505. OLE color: 6934505.

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

Color convert

RGB233207105-
CMYK00.110.550.09
HSL47.81º74.42%66.27%-
HSV(B)47.81º54.94%91.37%-
XYZ58.4762.9722.44-
YUV203.1572.61149.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=42.75%
G=37.98%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320710500.110.550.0947.8174.4266.27
HexE9CF690B379304a42
Octal351317151013671160112102
Binary1110100111001111110100101011110111100111000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CF69; }

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

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

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

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

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

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

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

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