#E6CE70

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

Shades of Golden Sand #E6CE70

Tints of Golden Sand #E6CE70

Color information

#E6CE70 (or 0xE6CE70) is unknown color: approx Golden Sand. HEX triplet: E6, CE and 70. RGB value is (230,206,112). Sum of RGB (Red+Green+Blue) = 230+206+112=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE70 is #19318F. Grayscale: #CACACA. Windows color (decimal): -1651088 or 7392998. OLE color: 7392998.

HSL color Cylindrical-coordinate representation of color #E6CE70: hue angle of 47.8º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6CE70 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230206112-
CMYK00.100.510.10
HSL47.8º70.24%67.06%-
HSV(B)47.8º51.3%90.2%-
XYZ57.6362.1424.29-
YUV202.4676.95147.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=41.97%
G=37.59%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020611200.100.510.1047.870.2467.06
HexE6CE700A33A304643
Octal346316160012631260106103
Binary1110011011001110111000001010110011101011000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CE70; }

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

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

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

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

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

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

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

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