#ECDC67

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

Shades of Golden Sand #ECDC67

Tints of Golden Sand #ECDC67

Color information

#ECDC67 (or 0xECDC67) is unknown color: approx Golden Sand. HEX triplet: EC, DC and 67. RGB value is (236,220,103). Sum of RGB (Red+Green+Blue) = 236+220+103=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC67 is #132398. Grayscale: #D3D3D3. Windows color (decimal): -1254297 or 6806764. OLE color: 6806764.

HSL color Cylindrical-coordinate representation of color #ECDC67: hue angle of 52.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECDC67 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB236220103-
CMYK00.070.560.07
HSL52.78º77.78%66.47%-
HSV(B)52.78º56.36%92.55%-
XYZ62.637023.04-
YUV211.4566.8145.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 103 (40.62% from 255) = 18.43%
R=42.22%
G=39.36%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622010300.070.560.0752.7877.7866.47
HexECDC6707387354e42
Octal3543341470770765116102
Binary11101100110111001100111011111100011111010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC67; }

 p { color: rgb(236,220,103); }

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

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

 a { background-color: rgb(236,220,103); }

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

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

 span { border-color: rgb(236,220,103); }

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