Html Css Color HEX #EAC06D Harvest Gold

📋 copy color: '#EAC06D'

red 234 ◦ green 192 ◦ blue 109

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

Shades of Harvest Gold #EAC06D

Tints of Harvest Gold #EAC06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.37%

R = 43.74%
G = 35.89%
B = 20.37%

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

#EAC06D (or 0xEAC06D) is known color: Harvest Gold. HEX triplet: EA, C0 and 6D. RGB value is (234,192,109). Sum of RGB (Red+Green+Blue) = 234+192+109=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC06D is #153F92. Grayscale: #C3C3C3. Windows color (decimal): -1392531 or 7192810. OLE color: 7192810.

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

Color convert

RGB 234 192 109 -
CMYK 0 0.18 0.53 0.08
HSL 39.84º 0.75% 0.67% -
HSV(B) 39.84º 0.53% 0.92% -
XYZ 55.54 56.3 22.41 -
YUV 195.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 234 192 109 0 0.18 0.53 0.08 39.84 0.75 0.67
Hex EA C0 6D 0 12 35 8 28 4B 43
Octal 352 300 155 0 22 65 10 50 113 103
Binary 11101010 11000000 1101101 0 10010 110101 1000 101000 1001011 1000011

Color Harmonies of #EAC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC06D

Black with #EAC06D

Text Example


Text Example

White with #EAC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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