Html Css Color HEX #EAD76A Golden Sand

📋 copy color: '#EAD76A'

red 234 ◦ green 215 ◦ blue 106

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

Shades of Golden Sand #EAD76A

Tints of Golden Sand #EAD76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

 BLUE value IS 106 (41.8% from 255) = 19.1%

R = 42.16%
G = 38.74%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAD76A (or 0xEAD76A) is known color: Golden Sand. HEX triplet: EA, D7 and 6A. RGB value is (234,215,106). Sum of RGB (Red+Green+Blue) = 234+215+106=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD76A is #152895. Grayscale: #D0D0D0. Windows color (decimal): -1386646 or 7002090. OLE color: 7002090.

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

Color convert

RGB 234 215 106 -
CMYK 0 0.08 0.55 0.08
HSL 51.09º 0.75% 0.67% -
HSV(B) 51.09º 0.55% 0.92% -
XYZ 60.83 67.13 23.39 -
YUV 208.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 234 215 106 0 0.08 0.55 0.08 51.09 0.75 0.67
Hex EA D7 6A 0 8 37 8 33 4B 43
Octal 352 327 152 0 10 67 10 63 113 103
Binary 11101010 11010111 1101010 0 1000 110111 1000 110011 1001011 1000011

Color Harmonies of #EAD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD76A

Black with #EAD76A

Text Example


Text Example

White with #EAD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD76A; }

 p { color: rgb(234,215,106); }

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

background-color css

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

 a { background-color: rgb(234,215,106); }

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

border-color css

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

 span { border-color: rgb(234,215,106); }

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