Html Css Color HEX #EED171 Golden Sand

📋 copy color: '#EED171'

red 238 ◦ green 209 ◦ blue 113

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

Shades of Golden Sand #EED171

Tints of Golden Sand #EED171

RGB

 RED value IS 238 (93.36% from 255) = 42.5%

 GREEN value IS 209 (82.03% from 255) = 37.32%

 BLUE value IS 113 (44.53% from 255) = 20.18%

R = 42.5%
G = 37.32%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED171 (or 0xEED171) is known color: Golden Sand. HEX triplet: EE, D1 and 71. RGB value is (238,209,113). Sum of RGB (Red+Green+Blue) = 238+209+113=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED171 is #112E8E. Grayscale: #CFCFCF. Windows color (decimal): -1126031 or 7459310. OLE color: 7459310.

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

Color convert

RGB 238 209 113 -
CMYK 0 0.12 0.53 0.07
HSL 46.08º 0.79% 0.69% -
HSV(B) 46.08º 0.53% 0.93% -
XYZ 61.04 64.97 24.95 -
YUV 206.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 238 209 113 0 0.12 0.53 0.07 46.08 0.79 0.69
Hex EE D1 71 0 C 35 7 2E 4F 45
Octal 356 321 161 0 14 65 7 56 117 105
Binary 11101110 11010001 1110001 0 1100 110101 111 101110 1001111 1000101

Color Harmonies of #EED171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED171

Black with #EED171

Text Example


Text Example

White with #EED171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED171; }

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

 H1.HeaderClassName
 {
   color: #EED171;
 }
 .AnyTagClassName
 {
   color: #EED171;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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