Html Css Color HEX #EED166 Golden Sand

📋 copy color: '#EED166'

red 238 ◦ green 209 ◦ blue 102

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

Shades of Golden Sand #EED166

Tints of Golden Sand #EED166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.58%

R = 43.35%
G = 38.07%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EED166 (or 0xEED166) is known color: Golden Sand. HEX triplet: EE, D1 and 66. RGB value is (238,209,102). Sum of RGB (Red+Green+Blue) = 238+209+102=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EED166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED166 is #112E99. Grayscale: #CDCDCD. Windows color (decimal): -1126042 or 6738414. OLE color: 6738414.

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

Color convert

RGB 238 209 102 -
CMYK 0 0.12 0.57 0.07
HSL 47.21º 0.8% 0.67% -
HSV(B) 47.21º 0.57% 0.93% -
XYZ 60.46 64.74 21.88 -
YUV 205.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 238 209 102 0 0.12 0.57 0.07 47.21 0.8 0.67
Hex EE D1 66 0 C 39 7 2F 50 43
Octal 356 321 146 0 14 71 7 57 120 103
Binary 11101110 11010001 1100110 0 1100 111001 111 101111 1010000 1000011

Color Harmonies of #EED166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED166

Black with #EED166

Text Example


Text Example

White with #EED166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED166; }

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

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

background-color css

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

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

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

border-color css

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

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

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