Html Css Color HEX #EAC76E Golden Sand

📋 copy color: '#EAC76E'

red 234 ◦ green 199 ◦ blue 110

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

Shades of Golden Sand #EAC76E

Tints of Golden Sand #EAC76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.26%

R = 43.09%
G = 36.65%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAC76E (or 0xEAC76E) is known color: Golden Sand. HEX triplet: EA, C7 and 6E. RGB value is (234,199,110). Sum of RGB (Red+Green+Blue) = 234+199+110=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC76E is #153891. Grayscale: #C7C7C7. Windows color (decimal): -1390738 or 7260138. OLE color: 7260138.

HSL color Cylindrical-coordinate representation of color #EAC76E: hue angle of 43.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC76E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 110 -
CMYK 0 0.15 0.53 0.08
HSL 43.06º 0.75% 0.67% -
HSV(B) 43.06º 0.53% 0.92% -
XYZ 57.17 59.47 23.22 -
YUV 199.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 234 199 110 0 0.15 0.53 0.08 43.06 0.75 0.67
Hex EA C7 6E 0 F 35 8 2B 4B 43
Octal 352 307 156 0 17 65 10 53 113 103
Binary 11101010 11000111 1101110 0 1111 110101 1000 101011 1001011 1000011

Color Harmonies of #EAC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC76E

Black with #EAC76E

Text Example


Text Example

White with #EAC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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