Html Css Color HEX #EAC670 Golden Sand

📋 copy color: '#EAC670'

red 234 ◦ green 198 ◦ blue 112

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

Shades of Golden Sand #EAC670

Tints of Golden Sand #EAC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

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

R = 43.01%
G = 36.4%
B = 20.59%

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

#EAC670 (or 0xEAC670) is known color: Golden Sand. HEX triplet: EA, C6 and 70. RGB value is (234,198,112). Sum of RGB (Red+Green+Blue) = 234+198+112=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC670 is #15398F. Grayscale: #C7C7C7. Windows color (decimal): -1390992 or 7390954. OLE color: 7390954.

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

Color convert

RGB 234 198 112 -
CMYK 0 0.15 0.52 0.08
HSL 42.3º 0.74% 0.68% -
HSV(B) 42.3º 0.52% 0.92% -
XYZ 57.05 59.05 23.72 -
YUV 198.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 234 198 112 0 0.15 0.52 0.08 42.3 0.74 0.68
Hex EA C6 70 0 F 34 8 2A 4A 44
Octal 352 306 160 0 17 64 10 52 112 104
Binary 11101010 11000110 1110000 0 1111 110100 1000 101010 1001010 1000100

Color Harmonies of #EAC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC670

Black with #EAC670

Text Example


Text Example

White with #EAC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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