#ECD667

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

Shades of Golden Sand #ECD667

Tints of Golden Sand #ECD667

Color information

#ECD667 (or 0xECD667) is unknown color: approx Golden Sand. HEX triplet: EC, D6 and 67. RGB value is (236,214,103). Sum of RGB (Red+Green+Blue) = 236+214+103=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD667 is #132998. Grayscale: #D0D0D0. Windows color (decimal): -1255833 or 6805228. OLE color: 6805228.

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

Color convert

RGB236214103-
CMYK00.090.560.07
HSL50.08º77.78%66.47%-
HSV(B)50.08º56.36%92.55%-
XYZ61.0966.9122.53-
YUV207.9268.79148.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 103 (40.62% from 255) = 18.63%
R=42.68%
G=38.70%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621410300.090.560.0750.0877.7866.47
HexECD66709387324e42
Octal35432614701170762116102
Binary111011001101011011001110100111100011111001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD667; }

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

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

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

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

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

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

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

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