Html Css Color HEX #EAD36D Golden Sand

📋 copy color: '#EAD36D'

red 234 ◦ green 211 ◦ blue 109

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

Shades of Golden Sand #EAD36D

Tints of Golden Sand #EAD36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

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

R = 42.24%
G = 38.09%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD36D (or 0xEAD36D) is known color: Golden Sand. HEX triplet: EA, D3 and 6D. RGB value is (234,211,109). Sum of RGB (Red+Green+Blue) = 234+211+109=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD36D is #152C92. Grayscale: #CECECE. Windows color (decimal): -1387667 or 7197674. OLE color: 7197674.

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

Color convert

RGB 234 211 109 -
CMYK 0 0.10 0.53 0.08
HSL 48.96º 0.75% 0.67% -
HSV(B) 48.96º 0.53% 0.92% -
XYZ 59.99 65.19 23.89 -
YUV 206.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 234 211 109 0 0.10 0.53 0.08 48.96 0.75 0.67
Hex EA D3 6D 0 A 35 8 31 4B 43
Octal 352 323 155 0 12 65 10 61 113 103
Binary 11101010 11010011 1101101 0 1010 110101 1000 110001 1001011 1000011

Color Harmonies of #EAD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD36D

Black with #EAD36D

Text Example


Text Example

White with #EAD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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