#EDD86E

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

Shades of Golden Sand #EDD86E

Tints of Golden Sand #EDD86E

Color information

#EDD86E (or 0xEDD86E) is unknown color: approx Golden Sand. HEX triplet: ED, D8 and 6E. RGB value is (237,216,110). Sum of RGB (Red+Green+Blue) = 237+216+110=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD86E is #122791. Grayscale: #D2D2D2. Windows color (decimal): -1189778 or 7264493. OLE color: 7264493.

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

Color convert

RGB237216110-
CMYK00.090.540.07
HSL50.08º77.91%68.04%-
HSV(B)50.08º53.59%92.94%-
XYZ62.368.2424.64-
YUV210.1971.46147.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 110 (43.36% from 255) = 19.54%
R=42.10%
G=38.37%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721611000.090.540.0750.0877.9168.04
HexEDD86E09367324e44
Octal35533015601166762116104
Binary111011011101100011011100100111011011111001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD86E; }

 p { color: rgb(237,216,110); }

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

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

 a { background-color: rgb(237,216,110); }

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

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

 span { border-color: rgb(237,216,110); }

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