Html Css Color HEX #EAC069 Harvest Gold

📋 copy color: '#EAC069'

red 234 ◦ green 192 ◦ blue 105

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

Shades of Harvest Gold #EAC069

Tints of Harvest Gold #EAC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.77%

R = 44.07%
G = 36.16%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAC069 (or 0xEAC069) is known color: Harvest Gold. HEX triplet: EA, C0 and 69. RGB value is (234,192,105). Sum of RGB (Red+Green+Blue) = 234+192+105=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC069 is #153F96. Grayscale: #C3C3C3. Windows color (decimal): -1392535 or 6930666. OLE color: 6930666.

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

Color convert

RGB 234 192 105 -
CMYK 0 0.18 0.55 0.08
HSL 40.47º 0.75% 0.66% -
HSV(B) 40.47º 0.55% 0.92% -
XYZ 55.33 56.21 21.3 -
YUV 194.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 234 192 105 0 0.18 0.55 0.08 40.47 0.75 0.66
Hex EA C0 69 0 12 37 8 28 4B 42
Octal 352 300 151 0 22 67 10 50 113 102
Binary 11101010 11000000 1101001 0 10010 110111 1000 101000 1001011 1000010

Color Harmonies of #EAC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC069

Black with #EAC069

Text Example


Text Example

White with #EAC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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