#ECDB68

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

Shades of Golden Sand #ECDB68

Tints of Golden Sand #ECDB68

Color information

#ECDB68 (or 0xECDB68) is unknown color: approx Golden Sand. HEX triplet: EC, DB and 68. RGB value is (236,219,104). Sum of RGB (Red+Green+Blue) = 236+219+104=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB68 is #132497. Grayscale: #D3D3D3. Windows color (decimal): -1254552 or 6872044. OLE color: 6872044.

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

Color convert

RGB236219104-
CMYK00.070.560.07
HSL52.27º77.65%66.67%-
HSV(B)52.27º55.93%92.55%-
XYZ62.4269.523.22-
YUV210.9767.63145.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 104 (41.02% from 255) = 18.60%
R=42.22%
G=39.18%
B=18.60%

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
Decimal23621910400.070.560.0752.2777.6566.67
HexECDB6807387344e43
Octal3543331500770764116103
Binary11101100110110111101000011111100011111010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB68; }

 p { color: rgb(236,219,104); }

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

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

 a { background-color: rgb(236,219,104); }

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

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

 span { border-color: rgb(236,219,104); }

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