#E8CD76

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

Shades of Golden Sand #E8CD76

Tints of Golden Sand #E8CD76

Color information

#E8CD76 (or 0xE8CD76) is unknown color: approx Golden Sand. HEX triplet: E8, CD and 76. RGB value is (232,205,118). Sum of RGB (Red+Green+Blue) = 232+205+118=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD76 is #173289. Grayscale: #CBCBCB. Windows color (decimal): -1520266 or 7785960. OLE color: 7785960.

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

Color convert

RGB232205118-
CMYK00.120.490.09
HSL45.79º71.25%68.63%-
HSV(B)45.79º49.14%90.98%-
XYZ58.3862.1326.05-
YUV203.1579.95148.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 118 (46.48% from 255) = 21.26%
R=41.80%
G=36.94%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220511800.120.490.0945.7971.2568.63
HexE8CD760C3192e4745
Octal350315166014611156107105
Binary1110100011001101111011001100110001100110111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CD76; }

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

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

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

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

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

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

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

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