Html Css Color HEX #EED16A Golden Sand

📋 copy color: '#EED16A'

red 238 ◦ green 209 ◦ blue 106

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

Shades of Golden Sand #EED16A

Tints of Golden Sand #EED16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 43.04%
G = 37.79%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EED16A (or 0xEED16A) is known color: Golden Sand. HEX triplet: EE, D1 and 6A. RGB value is (238,209,106). Sum of RGB (Red+Green+Blue) = 238+209+106=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED16A is #112E95. Grayscale: #CECECE. Windows color (decimal): -1126038 or 7000558. OLE color: 7000558.

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

Color convert

RGB 238 209 106 -
CMYK 0 0.12 0.55 0.07
HSL 46.82º 0.8% 0.67% -
HSV(B) 46.82º 0.55% 0.93% -
XYZ 60.66 64.82 22.95 -
YUV 205.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 238 209 106 0 0.12 0.55 0.07 46.82 0.8 0.67
Hex EE D1 6A 0 C 37 7 2F 50 43
Octal 356 321 152 0 14 67 7 57 120 103
Binary 11101110 11010001 1101010 0 1100 110111 111 101111 1010000 1000011

Color Harmonies of #EED16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED16A

Black with #EED16A

Text Example


Text Example

White with #EED16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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