#EDC766

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

Shades of Golden Sand #EDC766

Tints of Golden Sand #EDC766

Color information

#EDC766 (or 0xEDC766) is unknown color: approx Golden Sand. HEX triplet: ED, C7 and 66. RGB value is (237,199,102). Sum of RGB (Red+Green+Blue) = 237+199+102=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC766 is #123899. Grayscale: #C7C7C7. Windows color (decimal): -1194138 or 6735853. OLE color: 6735853.

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

Color convert

RGB237199102-
CMYK00.160.570.07
HSL43.11º78.95%66.47%-
HSV(B)43.11º56.96%92.94%-
XYZ57.7559.8121.07-
YUV199.373.09154.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=44.05%
G=36.99%
B=18.96%

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
Decimal23719910200.160.570.0743.1178.9566.47
HexEDC7660103972b4f42
Octal35530714602071753117102
Binary1110110111000111110011001000011100111110101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC766; }

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

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

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

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

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

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

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

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