Html Css Color HEX #EAD170 Golden Sand

📋 copy color: '#EAD170'

red 234 ◦ green 209 ◦ blue 112

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

Shades of Golden Sand #EAD170

Tints of Golden Sand #EAD170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.66%

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 42.16%
G = 37.66%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD170 (or 0xEAD170) is known color: Golden Sand. HEX triplet: EA, D1 and 70. RGB value is (234,209,112). Sum of RGB (Red+Green+Blue) = 234+209+112=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD170 is #152E8F. Grayscale: #CDCDCD. Windows color (decimal): -1388176 or 7393770. OLE color: 7393770.

HSL color Cylindrical-coordinate representation of color #EAD170: hue angle of 47.7º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAD170 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 112 -
CMYK 0 0.11 0.52 0.08
HSL 47.7º 0.74% 0.68% -
HSV(B) 47.7º 0.52% 0.92% -
XYZ 59.66 64.26 24.59 -
YUV 205.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 234 209 112 0 0.11 0.52 0.08 47.7 0.74 0.68
Hex EA D1 70 0 B 34 8 30 4A 44
Octal 352 321 160 0 13 64 10 60 112 104
Binary 11101010 11010001 1110000 0 1011 110100 1000 110000 1001010 1000100

Color Harmonies of #EAD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD170

Black with #EAD170

Text Example


Text Example

White with #EAD170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD170; }

 p { color: rgb(234,209,112); }

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

background-color css

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

 a { background-color: rgb(234,209,112); }

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

border-color css

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

 span { border-color: rgb(234,209,112); }

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