Html Css Color HEX #EED169 Golden Sand

📋 copy color: '#EED169'

red 238 ◦ green 209 ◦ blue 105

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

Shades of Golden Sand #EED169

Tints of Golden Sand #EED169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.02%

R = 43.12%
G = 37.86%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED169 (or 0xEED169) is known color: Golden Sand. HEX triplet: EE, D1 and 69. RGB value is (238,209,105). Sum of RGB (Red+Green+Blue) = 238+209+105=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EED169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED169 is #112E96. Grayscale: #CECECE. Windows color (decimal): -1126039 or 6935022. OLE color: 6935022.

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

Color convert

RGB 238 209 105 -
CMYK 0 0.12 0.56 0.07
HSL 46.92º 0.8% 0.67% -
HSV(B) 46.92º 0.56% 0.93% -
XYZ 60.61 64.8 22.68 -
YUV 205.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 238 209 105 0 0.12 0.56 0.07 46.92 0.8 0.67
Hex EE D1 69 0 C 38 7 2F 50 43
Octal 356 321 151 0 14 70 7 57 120 103
Binary 11101110 11010001 1101001 0 1100 111000 111 101111 1010000 1000011

Color Harmonies of #EED169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED169

Black with #EED169

Text Example


Text Example

White with #EED169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED169; }

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

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

background-color css

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

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

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

border-color css

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

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

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