Html Css Color HEX #EAD665 Golden Sand

📋 copy color: '#EAD665'

red 234 ◦ green 214 ◦ blue 101

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

Shades of Golden Sand #EAD665

Tints of Golden Sand #EAD665

RGB

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

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

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

R = 42.62%
G = 38.98%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAD665 (or 0xEAD665) is known color: Golden Sand. HEX triplet: EA, D6 and 65. RGB value is (234,214,101). Sum of RGB (Red+Green+Blue) = 234+214+101=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD665 is #15299A. Grayscale: #CFCFCF. Windows color (decimal): -1386907 or 6674154. OLE color: 6674154.

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

Color convert

RGB 234 214 101 -
CMYK 0 0.09 0.57 0.08
HSL 50.98º 0.76% 0.66% -
HSV(B) 50.98º 0.57% 0.92% -
XYZ 60.33 66.53 21.97 -
YUV 207.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 234 214 101 0 0.09 0.57 0.08 50.98 0.76 0.66
Hex EA D6 65 0 9 39 8 33 4C 42
Octal 352 326 145 0 11 71 10 63 114 102
Binary 11101010 11010110 1100101 0 1001 111001 1000 110011 1001100 1000010

Color Harmonies of #EAD665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD665

Black with #EAD665

Text Example


Text Example

White with #EAD665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD665; }

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

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

background-color css

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

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

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

border-color css

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

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

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