#e9cf60

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

Shades of Golden Sand #E9CF60

Tints of Golden Sand #E9CF60

Color information

#E9CF60 (or 0xE9CF60) is unknown color: approx Golden Sand. HEX triplet: E9, CF and 60. RGB value is (233,207,96). Sum of RGB (Red+Green+Blue) = 233+207+96=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF60 is #16309F. Grayscale: #CACACA. Windows color (decimal): -1454240 or 6344681. OLE color: 6344681.

HSL color Cylindrical-coordinate representation of color #E9CF60: hue angle of 48.61º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9CF60 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23320796-
CMYK00.110.590.09
HSL48.61º75.69%64.51%-
HSV(B)48.61º58.8%91.37%-
XYZ58.0362.7920.13-
YUV202.1268.11150.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 96 (37.89% from 255) = 17.91%
R=43.47%
G=38.62%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332079600.110.590.0948.6175.6964.51
HexE9CF600B3B9314c41
Octal351317140013731161114101
Binary1110100111001111110000001011111011100111000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9cf60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9cf60; }

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

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

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

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

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

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

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

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