Html Css Color HEX #EAD966 Golden Sand

📋 copy color: '#EAD966'

red 234 ◦ green 217 ◦ blue 102

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

Shades of Golden Sand #EAD966

Tints of Golden Sand #EAD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

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

R = 42.31%
G = 39.24%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD966 (or 0xEAD966) is known color: Golden Sand. HEX triplet: EA, D9 and 66. RGB value is (234,217,102). Sum of RGB (Red+Green+Blue) = 234+217+102=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD966 is #152699. Grayscale: #D1D1D1. Windows color (decimal): -1386138 or 6740458. OLE color: 6740458.

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

Color convert

RGB 234 217 102 -
CMYK 0 0.07 0.56 0.08
HSL 52.27º 0.76% 0.66% -
HSV(B) 52.27º 0.56% 0.92% -
XYZ 61.14 68.08 22.49 -
YUV 208.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 234 217 102 0 0.07 0.56 0.08 52.27 0.76 0.66
Hex EA D9 66 0 7 38 8 34 4C 42
Octal 352 331 146 0 7 70 10 64 114 102
Binary 11101010 11011001 1100110 0 111 111000 1000 110100 1001100 1000010

Color Harmonies of #EAD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD966

Black with #EAD966

Text Example


Text Example

White with #EAD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD966; }

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

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

background-color css

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

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

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

border-color css

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

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

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