#EDC96F

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

Shades of Golden Sand #EDC96F

Tints of Golden Sand #EDC96F

Color information

#EDC96F (or 0xEDC96F) is unknown color: approx Golden Sand. HEX triplet: ED, C9 and 6F. RGB value is (237,201,111). Sum of RGB (Red+Green+Blue) = 237+201+111=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC96F is #123690. Grayscale: #C9C9C9. Windows color (decimal): -1193617 or 7326189. OLE color: 7326189.

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

Color convert

RGB237201111-
CMYK00.150.530.07
HSL42.86º77.78%68.24%-
HSV(B)42.86º53.16%92.94%-
XYZ58.6860.9323.71-
YUV201.576.93153.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=43.17%
G=36.61%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720111100.150.530.0742.8677.7868.24
HexEDC96F0F3572b4e44
Octal35531115701765753116104
Binary111011011100100111011110111111010111110101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC96F; }

 p { color: rgb(237,201,111); }

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

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

 a { background-color: rgb(237,201,111); }

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

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

 span { border-color: rgb(237,201,111); }

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