Html Css Color HEX #EAD666 Golden Sand

📋 copy color: '#EAD666'

red 234 ◦ green 214 ◦ blue 102

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

Shades of Golden Sand #EAD666

Tints of Golden Sand #EAD666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

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

R = 42.55%
G = 38.91%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD666 (or 0xEAD666) is known color: Golden Sand. HEX triplet: EA, D6 and 66. RGB value is (234,214,102). Sum of RGB (Red+Green+Blue) = 234+214+102=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD666 is #152999. Grayscale: #CFCFCF. Windows color (decimal): -1386906 or 6739690. OLE color: 6739690.

HSL color Cylindrical-coordinate representation of color #EAD666: hue angle of 50.91º 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 #EAD666 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 102 -
CMYK 0 0.09 0.56 0.08
HSL 50.91º 0.76% 0.66% -
HSV(B) 50.91º 0.56% 0.92% -
XYZ 60.38 66.54 22.23 -
YUV 207.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 234 214 102 0 0.09 0.56 0.08 50.91 0.76 0.66
Hex EA D6 66 0 9 38 8 33 4C 42
Octal 352 326 146 0 11 70 10 63 114 102
Binary 11101010 11010110 1100110 0 1001 111000 1000 110011 1001100 1000010

Color Harmonies of #EAD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD666

Black with #EAD666

Text Example


Text Example

White with #EAD666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD666; }

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

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

background-color css

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

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

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

border-color css

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

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

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