#EED868

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

Shades of Golden Sand #EED868

Tints of Golden Sand #EED868

Color information

#EED868 (or 0xEED868) is unknown color: approx Golden Sand. HEX triplet: EE, D8 and 68. RGB value is (238,216,104). Sum of RGB (Red+Green+Blue) = 238+216+104=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED868 is #112797. Grayscale: #D2D2D2. Windows color (decimal): -1124248 or 6871278. OLE color: 6871278.

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

Color convert

RGB238216104-
CMYK00.090.560.07
HSL50.15º79.76%67.06%-
HSV(B)50.15º56.3%93.33%-
XYZ62.3168.2922.99-
YUV209.8168.29148.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 104 (41.02% from 255) = 18.64%
R=42.65%
G=38.71%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821610400.090.560.0750.1579.7667.06
HexEED86809387325043
Octal35633015001170762120103
Binary111011101101100011010000100111100011111001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED868; }

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

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

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

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

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

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

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

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