#E8CB60

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

Shades of Golden Sand #E8CB60

Tints of Golden Sand #E8CB60

Color information

#E8CB60 (or 0xE8CB60) is unknown color: approx Golden Sand. HEX triplet: E8, CB and 60. RGB value is (232,203,96). Sum of RGB (Red+Green+Blue) = 232+203+96=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CB60 is #17349F. Grayscale: #C7C7C7. Windows color (decimal): -1520800 or 6343656. OLE color: 6343656.

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

Color convert

RGB23220396-
CMYK00.120.590.09
HSL47.21º74.73%64.31%-
HSV(B)47.21º58.62%90.98%-
XYZ56.7560.7119.79-
YUV199.4769.61151.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.69%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=43.69%
G=38.23%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322039600.120.590.0947.2174.7364.31
HexE8CB600C3B92f4b40
Octal350313140014731157113100
Binary1110100011001011110000001100111011100110111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CB60; }

 p { color: rgb(232,203,96); }

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

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

 a { background-color: rgb(232,203,96); }

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

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

 span { border-color: rgb(232,203,96); }

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