Html Css Color HEX #EAC76F Golden Sand

📋 copy color: '#EAC76F'

red 234 ◦ green 199 ◦ blue 111

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

Shades of Golden Sand #EAC76F

Tints of Golden Sand #EAC76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.4%

R = 43.01%
G = 36.58%
B = 20.4%

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

#EAC76F (or 0xEAC76F) is known color: Golden Sand. HEX triplet: EA, C7 and 6F. RGB value is (234,199,111). Sum of RGB (Red+Green+Blue) = 234+199+111=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC76F is #153890. Grayscale: #C7C7C7. Windows color (decimal): -1390737 or 7325674. OLE color: 7325674.

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

Color convert

RGB 234 199 111 -
CMYK 0 0.15 0.53 0.08
HSL 42.93º 0.75% 0.68% -
HSV(B) 42.93º 0.53% 0.92% -
XYZ 57.22 59.49 23.51 -
YUV 199.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 234 199 111 0 0.15 0.53 0.08 42.93 0.75 0.68
Hex EA C7 6F 0 F 35 8 2B 4B 44
Octal 352 307 157 0 17 65 10 53 113 104
Binary 11101010 11000111 1101111 0 1111 110101 1000 101011 1001011 1000100

Color Harmonies of #EAC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC76F

Black with #EAC76F

Text Example


Text Example

White with #EAC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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