Html Css Color HEX #EAD564 Golden Sand

📋 copy color: '#EAD564'

red 234 ◦ green 213 ◦ blue 100

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

Shades of Golden Sand #EAD564

Tints of Golden Sand #EAD564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 42.78%
G = 38.94%
B = 18.28%

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

#EAD564 (or 0xEAD564) is known color: Golden Sand. HEX triplet: EA, D5 and 64. RGB value is (234,213,100). Sum of RGB (Red+Green+Blue) = 234+213+100=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD564 is #152A9B. Grayscale: #CECECE. Windows color (decimal): -1387164 or 6608362. OLE color: 6608362.

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

Color convert

RGB 234 213 100 -
CMYK 0 0.09 0.57 0.08
HSL 50.6º 0.76% 0.65% -
HSV(B) 50.6º 0.57% 0.92% -
XYZ 60.03 66 21.63 -
YUV 206.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 234 213 100 0 0.09 0.57 0.08 50.6 0.76 0.65
Hex EA D5 64 0 9 39 8 33 4C 41
Octal 352 325 144 0 11 71 10 63 114 101
Binary 11101010 11010101 1100100 0 1001 111001 1000 110011 1001100 1000001

Color Harmonies of #EAD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD564

Black with #EAD564

Text Example


Text Example

White with #EAD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD564; }

 p { color: rgb(234,213,100); }

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

background-color css

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

 a { background-color: rgb(234,213,100); }

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

border-color css

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

 span { border-color: rgb(234,213,100); }

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