#E7CE70

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

Shades of Golden Sand #E7CE70

Tints of Golden Sand #E7CE70

Color information

#E7CE70 (or 0xE7CE70) is unknown color: approx Golden Sand. HEX triplet: E7, CE and 70. RGB value is (231,206,112). Sum of RGB (Red+Green+Blue) = 231+206+112=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE70 is #18318F. Grayscale: #CBCBCB. Windows color (decimal): -1585552 or 7392999. OLE color: 7392999.

HSL color Cylindrical-coordinate representation of color #E7CE70: hue angle of 47.39º 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 #E7CE70 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231206112-
CMYK00.110.520.09
HSL47.39º71.26%67.25%-
HSV(B)47.39º51.52%90.59%-
XYZ57.9562.324.3-
YUV202.7676.78148.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 112 (44.14% from 255) = 20.40%
R=42.08%
G=37.52%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120611200.110.520.0947.3971.2667.25
HexE7CE700B3492f4743
Octal347316160013641157107103
Binary1110011111001110111000001011110100100110111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE70; }

 p { color: rgb(231,206,112); }

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

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

 a { background-color: rgb(231,206,112); }

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

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

 span { border-color: rgb(231,206,112); }

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