Html Css Color HEX #EAC067 Harvest Gold

📋 copy color: '#EAC067'

red 234 ◦ green 192 ◦ blue 103

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

Shades of Harvest Gold #EAC067

Tints of Harvest Gold #EAC067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.47%

R = 44.23%
G = 36.29%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC067 (or 0xEAC067) is known color: Harvest Gold. HEX triplet: EA, C0 and 67. RGB value is (234,192,103). Sum of RGB (Red+Green+Blue) = 234+192+103=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC067 is #153F98. Grayscale: #C2C2C2. Windows color (decimal): -1392537 or 6799594. OLE color: 6799594.

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

Color convert

RGB 234 192 103 -
CMYK 0 0.18 0.56 0.08
HSL 40.76º 0.76% 0.66% -
HSV(B) 40.76º 0.56% 0.92% -
XYZ 55.23 56.17 20.76 -
YUV 194.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 234 192 103 0 0.18 0.56 0.08 40.76 0.76 0.66
Hex EA C0 67 0 12 38 8 29 4C 42
Octal 352 300 147 0 22 70 10 51 114 102
Binary 11101010 11000000 1100111 0 10010 111000 1000 101001 1001100 1000010

Color Harmonies of #EAC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC067

Black with #EAC067

Text Example


Text Example

White with #EAC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC067; }

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

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

background-color css

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

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

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

border-color css

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

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

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