Html Css Color HEX #EAC770 Golden Sand

📋 copy color: '#EAC770'

red 234 ◦ green 199 ◦ blue 112

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

Shades of Golden Sand #EAC770

Tints of Golden Sand #EAC770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.51%

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

R = 42.94%
G = 36.51%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC770 (or 0xEAC770) is known color: Golden Sand. HEX triplet: EA, C7 and 70. RGB value is (234,199,112). Sum of RGB (Red+Green+Blue) = 234+199+112=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC770 is #15388F. Grayscale: #C7C7C7. Windows color (decimal): -1390736 or 7391210. OLE color: 7391210.

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

Color convert

RGB 234 199 112 -
CMYK 0 0.15 0.52 0.08
HSL 42.79º 0.74% 0.68% -
HSV(B) 42.79º 0.52% 0.92% -
XYZ 57.28 59.51 23.8 -
YUV 199.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 234 199 112 0 0.15 0.52 0.08 42.79 0.74 0.68
Hex EA C7 70 0 F 34 8 2B 4A 44
Octal 352 307 160 0 17 64 10 53 112 104
Binary 11101010 11000111 1110000 0 1111 110100 1000 101011 1001010 1000100

Color Harmonies of #EAC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC770

Black with #EAC770

Text Example


Text Example

White with #EAC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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