#E8CD65

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

Shades of Golden Sand #E8CD65

Tints of Golden Sand #E8CD65

Color information

#E8CD65 (or 0xE8CD65) is unknown color: approx Golden Sand. HEX triplet: E8, CD and 65. RGB value is (232,205,101). Sum of RGB (Red+Green+Blue) = 232+205+101=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD65 is #17329A. Grayscale: #C9C9C9. Windows color (decimal): -1520283 or 6671848. OLE color: 6671848.

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

Color convert

RGB232205101-
CMYK00.120.560.09
HSL47.63º74.01%65.29%-
HSV(B)47.63º56.47%90.98%-
XYZ57.4661.7621.2-
YUV201.2271.45149.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.12%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 101 (39.84% from 255) = 18.77%
R=43.12%
G=38.10%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220510100.120.560.0947.6374.0165.29
HexE8CD650C389304a41
Octal350315145014701160112101
Binary1110100011001101110010101100111000100111000010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CD65; }

 p { color: rgb(232,205,101); }

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

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

 a { background-color: rgb(232,205,101); }

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

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

 span { border-color: rgb(232,205,101); }

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