#EED266

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

Shades of Golden Sand #EED266

Tints of Golden Sand #EED266

Color information

#EED266 (or 0xEED266) is unknown color: approx Golden Sand. HEX triplet: EE, D2 and 66. RGB value is (238,210,102). Sum of RGB (Red+Green+Blue) = 238+210+102=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EED266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED266 is #112D99. Grayscale: #CECECE. Windows color (decimal): -1125786 or 6738670. OLE color: 6738670.

HSL color Cylindrical-coordinate representation of color #EED266: hue angle of 47.65º 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 #EED266 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238210102-
CMYK00.120.570.07
HSL47.65º80%66.67%-
HSV(B)47.65º57.14%93.33%-
XYZ60.765.2321.96-
YUV206.0669.28150.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 210 (82.42% from 255) = 38.18%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=43.27%
G=38.18%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821010200.120.570.0747.658066.67
HexEED2660C397305043
Octal35632214601471760120103
Binary111011101101001011001100110011100111111000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED266; }

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

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

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

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

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

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

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

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