Html Css Color HEX #EAD56D Golden Sand

📋 copy color: '#EAD56D'

red 234 ◦ green 213 ◦ blue 109

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

Shades of Golden Sand #EAD56D

Tints of Golden Sand #EAD56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.6%

R = 42.09%
G = 38.31%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD56D (or 0xEAD56D) is known color: Golden Sand. HEX triplet: EA, D5 and 6D. RGB value is (234,213,109). Sum of RGB (Red+Green+Blue) = 234+213+109=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD56D is #152A92. Grayscale: #CFCFCF. Windows color (decimal): -1387155 or 7198186. OLE color: 7198186.

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

Color convert

RGB 234 213 109 -
CMYK 0 0.09 0.53 0.08
HSL 49.92º 0.75% 0.67% -
HSV(B) 49.92º 0.53% 0.92% -
XYZ 60.49 66.19 24.06 -
YUV 207.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 234 213 109 0 0.09 0.53 0.08 49.92 0.75 0.67
Hex EA D5 6D 0 9 35 8 32 4B 43
Octal 352 325 155 0 11 65 10 62 113 103
Binary 11101010 11010101 1101101 0 1001 110101 1000 110010 1001011 1000011

Color Harmonies of #EAD56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD56D

Black with #EAD56D

Text Example


Text Example

White with #EAD56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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