#ECCD70

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

Shades of Golden Sand #ECCD70

Tints of Golden Sand #ECCD70

Color information

#ECCD70 (or 0xECCD70) is unknown color: approx Golden Sand. HEX triplet: EC, CD and 70. RGB value is (236,205,112). Sum of RGB (Red+Green+Blue) = 236+205+112=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD70 is #13328F. Grayscale: #CCCCCC. Windows color (decimal): -1258128 or 7392748. OLE color: 7392748.

HSL color Cylindrical-coordinate representation of color #ECCD70: hue angle of 45º 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 #ECCD70 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236205112-
CMYK00.130.530.07
HSL45º76.54%68.24%-
HSV(B)45º52.54%92.55%-
XYZ59.3562.6724.3-
YUV203.6776.27151.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 112 (44.14% from 255) = 20.25%
R=42.68%
G=37.07%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620511200.130.530.074576.5468.24
HexECCD700D3572d4d44
Octal35431516001565755115104
Binary111011001100110111100000110111010111110110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCD70; }

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

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

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

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

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

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

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

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