#E7CC70

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

Shades of Golden Sand #E7CC70

Tints of Golden Sand #E7CC70

Color information

#E7CC70 (or 0xE7CC70) is unknown color: approx Golden Sand. HEX triplet: E7, CC and 70. RGB value is (231,204,112). Sum of RGB (Red+Green+Blue) = 231+204+112=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC70 is #18338F. Grayscale: #C9C9C9. Windows color (decimal): -1586064 or 7392487. OLE color: 7392487.

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

Color convert

RGB231204112-
CMYK00.120.520.09
HSL46.39º71.26%67.25%-
HSV(B)46.39º51.52%90.59%-
XYZ57.4761.3424.14-
YUV201.5877.45148.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 112 (44.14% from 255) = 20.48%
R=42.23%
G=37.29%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120411200.120.520.0946.3971.2667.25
HexE7CC700C3492e4743
Octal347314160014641156107103
Binary1110011111001100111000001100110100100110111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC70; }

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

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

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

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

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

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

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

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