#ECC870

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

Shades of Golden Sand #ECC870

Tints of Golden Sand #ECC870

Color information

#ECC870 (or 0xECC870) is unknown color: approx Golden Sand. HEX triplet: EC, C8 and 70. RGB value is (236,200,112). Sum of RGB (Red+Green+Blue) = 236+200+112=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC870 is #13378F. Grayscale: #C9C9C9. Windows color (decimal): -1259408 or 7391468. OLE color: 7391468.

HSL color Cylindrical-coordinate representation of color #ECC870: hue angle of 42.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECC870 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236200112-
CMYK00.150.530.07
HSL42.58º76.54%68.24%-
HSV(B)42.58º52.54%92.55%-
XYZ58.1760.3123.9-
YUV200.7377.93153.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=43.07%
G=36.50%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620011200.150.530.0742.5876.5468.24
HexECC8700F3572b4d44
Octal35431016001765753115104
Binary111011001100100011100000111111010111110101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC870; }

 p { color: rgb(236,200,112); }

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

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

 a { background-color: rgb(236,200,112); }

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

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

 span { border-color: rgb(236,200,112); }

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