#EED173

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

Shades of Golden Sand #EED173

Tints of Golden Sand #EED173

Color information

#EED173 (or 0xEED173) is unknown color: approx Golden Sand. HEX triplet: EE, D1 and 73. RGB value is (238,209,115). Sum of RGB (Red+Green+Blue) = 238+209+115=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED173 is #112E8C. Grayscale: #CFCFCF. Windows color (decimal): -1126029 or 7590382. OLE color: 7590382.

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

Color convert

RGB238209115-
CMYK00.120.520.07
HSL45.85º78.34%69.22%-
HSV(B)45.85º51.68%93.33%-
XYZ61.1565.0225.55-
YUV206.9676.11150.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 209 (82.03% from 255) = 37.19%
BLUE value IS 115 (45.31% from 255) = 20.46%
R=42.35%
G=37.19%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820911500.120.520.0745.8578.3469.22
HexEED1730C3472e4e45
Octal35632116301464756116105
Binary111011101101000111100110110011010011110111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED173; }

 p { color: rgb(238,209,115); }

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

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

 a { background-color: rgb(238,209,115); }

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

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

 span { border-color: rgb(238,209,115); }

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