Html Css Color HEX #EAC06F Harvest Gold

📋 copy color: '#EAC06F'

red 234 ◦ green 192 ◦ blue 111

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

Shades of Harvest Gold #EAC06F

Tints of Harvest Gold #EAC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

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

R = 43.58%
G = 35.75%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAC06F (or 0xEAC06F) is known color: Harvest Gold. HEX triplet: EA, C0 and 6F. RGB value is (234,192,111). Sum of RGB (Red+Green+Blue) = 234+192+111=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC06F is #153F90. Grayscale: #C3C3C3. Windows color (decimal): -1392529 or 7323882. OLE color: 7323882.

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

Color convert

RGB 234 192 111 -
CMYK 0 0.18 0.53 0.08
HSL 39.51º 0.75% 0.68% -
HSV(B) 39.51º 0.53% 0.92% -
XYZ 55.65 56.34 22.98 -
YUV 195.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 234 192 111 0 0.18 0.53 0.08 39.51 0.75 0.68
Hex EA C0 6F 0 12 35 8 28 4B 44
Octal 352 300 157 0 22 65 10 50 113 104
Binary 11101010 11000000 1101111 0 10010 110101 1000 101000 1001011 1000100

Color Harmonies of #EAC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC06F

Black with #EAC06F

Text Example


Text Example

White with #EAC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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