Html Css Color HEX #EAC06A Harvest Gold

📋 copy color: '#EAC06A'

red 234 ◦ green 192 ◦ blue 106

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

Shades of Harvest Gold #EAC06A

Tints of Harvest Gold #EAC06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 43.98%
G = 36.09%
B = 19.92%

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

#EAC06A (or 0xEAC06A) is known color: Harvest Gold. HEX triplet: EA, C0 and 6A. RGB value is (234,192,106). Sum of RGB (Red+Green+Blue) = 234+192+106=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC06A is #153F95. Grayscale: #C3C3C3. Windows color (decimal): -1392534 or 6996202. OLE color: 6996202.

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

Color convert

RGB 234 192 106 -
CMYK 0 0.18 0.55 0.08
HSL 40.31º 0.75% 0.67% -
HSV(B) 40.31º 0.55% 0.92% -
XYZ 55.38 56.23 21.57 -
YUV 194.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 234 192 106 0 0.18 0.55 0.08 40.31 0.75 0.67
Hex EA C0 6A 0 12 37 8 28 4B 43
Octal 352 300 152 0 22 67 10 50 113 103
Binary 11101010 11000000 1101010 0 10010 110111 1000 101000 1001011 1000011

Color Harmonies of #EAC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC06A

Black with #EAC06A

Text Example


Text Example

White with #EAC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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