#EED86C

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

Shades of Golden Sand #EED86C

Tints of Golden Sand #EED86C

Color information

#EED86C (or 0xEED86C) is unknown color: approx Golden Sand. HEX triplet: EE, D8 and 6C. RGB value is (238,216,108). Sum of RGB (Red+Green+Blue) = 238+216+108=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED86C is #112793. Grayscale: #D2D2D2. Windows color (decimal): -1124244 or 7133422. OLE color: 7133422.

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

Color convert

RGB238216108-
CMYK00.090.550.07
HSL49.85º79.27%67.84%-
HSV(B)49.85º54.62%93.33%-
XYZ62.5268.3724.09-
YUV210.2770.29147.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 108 (42.58% from 255) = 19.22%
R=42.35%
G=38.43%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821610800.090.550.0749.8579.2767.84
HexEED86C09377324f44
Octal35633015401167762117104
Binary111011101101100011011000100111011111111001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED86C; }

 p { color: rgb(238,216,108); }

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

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

 a { background-color: rgb(238,216,108); }

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

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

 span { border-color: rgb(238,216,108); }

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