#e7c96f

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

Shades of Golden Sand #E7C96F

Tints of Golden Sand #E7C96F

Color information

#E7C96F (or 0xE7C96F) is unknown color: approx Golden Sand. HEX triplet: E7, C9 and 6F. RGB value is (231,201,111). Sum of RGB (Red+Green+Blue) = 231+201+111=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C96F is #183690. Grayscale: #C8C8C8. Windows color (decimal): -1586833 or 7326183. OLE color: 7326183.

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

Color convert

RGB231201111-
CMYK00.130.520.09
HSL45º71.43%67.06%-
HSV(B)45º51.95%90.59%-
XYZ56.7159.9123.61-
YUV199.7177.94150.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 111 (43.75% from 255) = 20.44%
R=42.54%
G=37.02%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120111100.130.520.094571.4367.06
HexE7C96F0D3492d4743
Octal347311157015641155107103
Binary1110011111001001110111101101110100100110110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7c96f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7c96f; }

 p { color: rgb(231,201,111); }

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

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

 a { background-color: rgb(231,201,111); }

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

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

 span { border-color: rgb(231,201,111); }

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