#ECD265

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

Shades of Golden Sand #ECD265

Tints of Golden Sand #ECD265

Color information

#ECD265 (or 0xECD265) is unknown color: approx Golden Sand. HEX triplet: EC, D2 and 65. RGB value is (236,210,101). Sum of RGB (Red+Green+Blue) = 236+210+101=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD265 is #132D9A. Grayscale: #CDCDCD. Windows color (decimal): -1256859 or 6673132. OLE color: 6673132.

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

Color convert

RGB236210101-
CMYK00.110.570.07
HSL48.44º78.03%66.08%-
HSV(B)48.44º57.2%92.55%-
XYZ59.9964.8721.67-
YUV205.3569.11149.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 101 (39.84% from 255) = 18.46%
R=43.14%
G=38.39%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621010100.110.570.0748.4478.0366.08
HexECD2650B397304e42
Octal35432214501371760116102
Binary111011001101001011001010101111100111111000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD265; }

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

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

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

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

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

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

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

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