#ECD261

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

Shades of Golden Sand #ECD261

Tints of Golden Sand #ECD261

Color information

#ECD261 (or 0xECD261) is unknown color: approx Golden Sand. HEX triplet: EC, D2 and 61. RGB value is (236,210,97). Sum of RGB (Red+Green+Blue) = 236+210+97=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD261 is #132D9E. Grayscale: #CDCDCD. Windows color (decimal): -1256863 or 6410988. OLE color: 6410988.

HSL color Cylindrical-coordinate representation of color #ECD261: hue angle of 48.78º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD261 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23621097-
CMYK00.110.590.07
HSL48.78º78.53%65.29%-
HSV(B)48.78º58.9%92.55%-
XYZ59.864.7920.66-
YUV204.8967.11150.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 97 (38.28% from 255) = 17.86%
R=43.46%
G=38.67%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362109700.110.590.0748.7878.5365.29
HexECD2610B3B7314f41
Octal35432214101373761117101
Binary111011001101001011000010101111101111111000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD261; }

 p { color: rgb(236,210,97); }

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

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

 a { background-color: rgb(236,210,97); }

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

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

 span { border-color: rgb(236,210,97); }

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