Html Css Color HEX #EED173 Golden Sand

📋 copy color: '#EED173'

red 238 ◦ green 209 ◦ blue 115

#EED173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EED173

Tints of Golden Sand #EED173

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 value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED173 (or 0xEED173) is known color: 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

RGB 238 209 115 -
CMYK 0 0.12 0.52 0.07
HSL 45.85º 0.78% 0.69% -
HSV(B) 45.85º 0.52% 0.93% -
XYZ 61.15 65.02 25.55 -
YUV 206.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 238 209 115 0 0.12 0.52 0.07 45.85 0.78 0.69
Hex EE D1 73 0 C 34 7 2E 4E 45
Octal 356 321 163 0 14 64 7 56 116 105
Binary 11101110 11010001 1110011 0 1100 110100 111 101110 1001110 1000101

Color Harmonies of #EED173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED173

Black with #EED173

Text Example


Text Example

White with #EED173

Text Example


Text Example

HTML Codes & Css Web 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>