Html Css Color HEX #EAC062 Harvest Gold

📋 copy color: '#EAC062'

red 234 ◦ green 192 ◦ blue 98

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

Shades of Harvest Gold #EAC062

Tints of Harvest Gold #EAC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 44.66%
G = 36.64%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAC062 (or 0xEAC062) is known color: Harvest Gold. HEX triplet: EA, C0 and 62. RGB value is (234,192,98). Sum of RGB (Red+Green+Blue) = 234+192+98=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC062 is #153F9D. Grayscale: #C2C2C2. Windows color (decimal): -1392542 or 6471914. OLE color: 6471914.

HSL color Cylindrical-coordinate representation of color #EAC062: hue angle of 41.47º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAC062 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 98 -
CMYK 0 0.18 0.58 0.08
HSL 41.47º 0.76% 0.65% -
HSV(B) 41.47º 0.58% 0.92% -
XYZ 54.99 56.07 19.48 -
YUV 193.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 234 192 98 0 0.18 0.58 0.08 41.47 0.76 0.65
Hex EA C0 62 0 12 3A 8 29 4C 41
Octal 352 300 142 0 22 72 10 51 114 101
Binary 11101010 11000000 1100010 0 10010 111010 1000 101001 1001100 1000001

Color Harmonies of #EAC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC062

Black with #EAC062

Text Example


Text Example

White with #EAC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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