Html Css Color HEX #EAD865 Golden Sand

📋 copy color: '#EAD865'

red 234 ◦ green 216 ◦ blue 101

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

Shades of Golden Sand #EAD865

Tints of Golden Sand #EAD865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.33%

R = 42.47%
G = 39.2%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAD865 (or 0xEAD865) is known color: Golden Sand. HEX triplet: EA, D8 and 65. RGB value is (234,216,101). Sum of RGB (Red+Green+Blue) = 234+216+101=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD865 is #15279A. Grayscale: #D0D0D0. Windows color (decimal): -1386395 or 6674666. OLE color: 6674666.

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

Color convert

RGB 234 216 101 -
CMYK 0 0.08 0.57 0.08
HSL 51.88º 0.76% 0.66% -
HSV(B) 51.88º 0.57% 0.92% -
XYZ 60.84 67.54 22.14 -
YUV 208.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 234 216 101 0 0.08 0.57 0.08 51.88 0.76 0.66
Hex EA D8 65 0 8 39 8 34 4C 42
Octal 352 330 145 0 10 71 10 64 114 102
Binary 11101010 11011000 1100101 0 1000 111001 1000 110100 1001100 1000010

Color Harmonies of #EAD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD865

Black with #EAD865

Text Example


Text Example

White with #EAD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD865; }

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

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

background-color css

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

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

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

border-color css

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

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

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