#EDC866

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

Shades of Golden Sand #EDC866

Tints of Golden Sand #EDC866

Color information

#EDC866 (or 0xEDC866) is unknown color: approx Golden Sand. HEX triplet: ED, C8 and 66. RGB value is (237,200,102). Sum of RGB (Red+Green+Blue) = 237+200+102=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC866 is #123799. Grayscale: #C8C8C8. Windows color (decimal): -1193882 or 6736109. OLE color: 6736109.

HSL color Cylindrical-coordinate representation of color #EDC866: hue angle of 43.56º degrees, saturation: 0.79, 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 #EDC866 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237200102-
CMYK00.160.570.07
HSL43.56º78.95%66.47%-
HSV(B)43.56º56.96%92.94%-
XYZ57.9860.2721.15-
YUV199.8972.76154.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 102 (40.23% from 255) = 18.92%
R=43.97%
G=37.11%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720010200.160.570.0743.5678.9566.47
HexEDC8660103972c4f42
Octal35531014602071754117102
Binary1110110111001000110011001000011100111110110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC866; }

 p { color: rgb(237,200,102); }

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

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

 a { background-color: rgb(237,200,102); }

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

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

 span { border-color: rgb(237,200,102); }

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