Html Css Color HEX #EAD166 Golden Sand

📋 copy color: '#EAD166'

red 234 ◦ green 209 ◦ blue 102

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

Shades of Golden Sand #EAD166

Tints of Golden Sand #EAD166

RGB

 RED value IS 234 (91.8% from 255) = 42.94%

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

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

R = 42.94%
G = 38.35%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD166 (or 0xEAD166) is known color: Golden Sand. HEX triplet: EA, D1 and 66. RGB value is (234,209,102). Sum of RGB (Red+Green+Blue) = 234+209+102=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD166 is #152E99. Grayscale: #CCCCCC. Windows color (decimal): -1388186 or 6738410. OLE color: 6738410.

HSL color Cylindrical-coordinate representation of color #EAD166: hue angle of 48.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAD166 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 102 -
CMYK 0 0.11 0.56 0.08
HSL 48.64º 0.76% 0.66% -
HSV(B) 48.64º 0.56% 0.92% -
XYZ 59.13 64.05 21.82 -
YUV 204.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 234 209 102 0 0.11 0.56 0.08 48.64 0.76 0.66
Hex EA D1 66 0 B 38 8 31 4C 42
Octal 352 321 146 0 13 70 10 61 114 102
Binary 11101010 11010001 1100110 0 1011 111000 1000 110001 1001100 1000010

Color Harmonies of #EAD166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD166

Black with #EAD166

Text Example


Text Example

White with #EAD166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD166; }

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

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

background-color css

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

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

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

border-color css

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

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

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