Html Css Color HEX #EAD866 Golden Sand

📋 copy color: '#EAD866'

red 234 ◦ green 216 ◦ blue 102

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

Shades of Golden Sand #EAD866

Tints of Golden Sand #EAD866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.13%

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

R = 42.39%
G = 39.13%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD866 (or 0xEAD866) is known color: Golden Sand. HEX triplet: EA, D8 and 66. RGB value is (234,216,102). Sum of RGB (Red+Green+Blue) = 234+216+102=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD866 is #152799. Grayscale: #D0D0D0. Windows color (decimal): -1386394 or 6740202. OLE color: 6740202.

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

Color convert

RGB 234 216 102 -
CMYK 0 0.08 0.56 0.08
HSL 51.82º 0.76% 0.66% -
HSV(B) 51.82º 0.56% 0.92% -
XYZ 60.89 67.56 22.4 -
YUV 208.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 234 216 102 0 0.08 0.56 0.08 51.82 0.76 0.66
Hex EA D8 66 0 8 38 8 34 4C 42
Octal 352 330 146 0 10 70 10 64 114 102
Binary 11101010 11011000 1100110 0 1000 111000 1000 110100 1001100 1000010

Color Harmonies of #EAD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD866

Black with #EAD866

Text Example


Text Example

White with #EAD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD866; }

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

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

background-color css

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

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

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

border-color css

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

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

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