Html Css Color HEX #EAD172 Golden Sand

📋 copy color: '#EAD172'

red 234 ◦ green 209 ◦ blue 114

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

Shades of Golden Sand #EAD172

Tints of Golden Sand #EAD172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.47%

R = 42.01%
G = 37.52%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD172 (or 0xEAD172) is known color: Golden Sand. HEX triplet: EA, D1 and 72. RGB value is (234,209,114). Sum of RGB (Red+Green+Blue) = 234+209+114=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD172 is #152E8D. Grayscale: #CECECE. Windows color (decimal): -1388174 or 7524842. OLE color: 7524842.

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

Color convert

RGB 234 209 114 -
CMYK 0 0.11 0.51 0.08
HSL 47.5º 0.74% 0.68% -
HSV(B) 47.5º 0.51% 0.92% -
XYZ 59.77 64.31 25.18 -
YUV 205.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 234 209 114 0 0.11 0.51 0.08 47.5 0.74 0.68
Hex EA D1 72 0 B 33 8 30 4A 44
Octal 352 321 162 0 13 63 10 60 112 104
Binary 11101010 11010001 1110010 0 1011 110011 1000 110000 1001010 1000100

Color Harmonies of #EAD172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD172

Black with #EAD172

Text Example


Text Example

White with #EAD172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD172; }

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

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

background-color css

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

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

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

border-color css

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

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

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