Html Css Color HEX #EAD370 Golden Sand

📋 copy color: '#EAD370'

red 234 ◦ green 211 ◦ blue 112

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

Shades of Golden Sand #EAD370

Tints of Golden Sand #EAD370

RGB

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

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

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

R = 42.01%
G = 37.88%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD370 (or 0xEAD370) is known color: Golden Sand. HEX triplet: EA, D3 and 70. RGB value is (234,211,112). Sum of RGB (Red+Green+Blue) = 234+211+112=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD370 is #152C8F. Grayscale: #CFCFCF. Windows color (decimal): -1387664 or 7394282. OLE color: 7394282.

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

Color convert

RGB 234 211 112 -
CMYK 0 0.10 0.52 0.08
HSL 48.69º 0.74% 0.68% -
HSV(B) 48.69º 0.52% 0.92% -
XYZ 60.15 65.25 24.75 -
YUV 206.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 234 211 112 0 0.10 0.52 0.08 48.69 0.74 0.68
Hex EA D3 70 0 A 34 8 31 4A 44
Octal 352 323 160 0 12 64 10 61 112 104
Binary 11101010 11010011 1110000 0 1010 110100 1000 110001 1001010 1000100

Color Harmonies of #EAD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD370

Black with #EAD370

Text Example


Text Example

White with #EAD370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD370; }

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

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

background-color css

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

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

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

border-color css

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

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

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