#ECD263

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

Shades of Golden Sand #ECD263

Tints of Golden Sand #ECD263

Color information

#ECD263 (or 0xECD263) is unknown color: approx Golden Sand. HEX triplet: EC, D2 and 63. RGB value is (236,210,99). Sum of RGB (Red+Green+Blue) = 236+210+99=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 99 (39.06% from 255 or 18.17% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD263 is #132D9C. Grayscale: #CDCDCD. Windows color (decimal): -1256861 or 6542060. OLE color: 6542060.

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

Color convert

RGB23621099-
CMYK00.110.580.07
HSL48.61º78.29%65.69%-
HSV(B)48.61º58.05%92.55%-
XYZ59.8964.8321.16-
YUV205.1268.11150.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 99 (39.06% from 255) = 18.17%
R=43.30%
G=38.53%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362109900.110.580.0748.6178.2965.69
HexECD2630B3A7314e42
Octal35432214301372761116102
Binary111011001101001011000110101111101011111000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD263; }

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

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

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

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

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

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

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

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