#EED566

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

Shades of Golden Sand #EED566

Tints of Golden Sand #EED566

Color information

#EED566 (or 0xEED566) is unknown color: approx Golden Sand. HEX triplet: EE, D5 and 66. RGB value is (238,213,102). Sum of RGB (Red+Green+Blue) = 238+213+102=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED566 is #112A99. Grayscale: #D0D0D0. Windows color (decimal): -1125018 or 6739438. OLE color: 6739438.

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

Color convert

RGB238213102-
CMYK00.110.570.07
HSL48.97º80%66.67%-
HSV(B)48.97º57.14%93.33%-
XYZ61.4566.7222.21-
YUV207.8268.28149.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 102 (40.23% from 255) = 18.44%
R=43.04%
G=38.52%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821310200.110.570.0748.978066.67
HexEED5660B397315043
Octal35632514601371761120103
Binary111011101101010111001100101111100111111000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED566; }

 p { color: rgb(238,213,102); }

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

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

 a { background-color: rgb(238,213,102); }

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

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

 span { border-color: rgb(238,213,102); }

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