Html Css Color HEX #EABC66 Harvest Gold

📋 copy color: '#EABC66'

red 234 ◦ green 188 ◦ blue 102

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

Shades of Harvest Gold #EABC66

Tints of Harvest Gold #EABC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 102 (40.23% from 255) = 19.47%

R = 44.66%
G = 35.88%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EABC66 (or 0xEABC66) is known color: Harvest Gold. HEX triplet: EA, BC and 66. RGB value is (234,188,102). Sum of RGB (Red+Green+Blue) = 234+188+102=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC66 is #154399. Grayscale: #C0C0C0. Windows color (decimal): -1393562 or 6733034. OLE color: 6733034.

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

Color convert

RGB 234 188 102 -
CMYK 0 0.20 0.56 0.08
HSL 39.09º 0.76% 0.66% -
HSV(B) 39.09º 0.56% 0.92% -
XYZ 54.31 54.42 20.21 -
YUV 191.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 234 188 102 0 0.20 0.56 0.08 39.09 0.76 0.66
Hex EA BC 66 0 14 38 8 27 4C 42
Octal 352 274 146 0 24 70 10 47 114 102
Binary 11101010 10111100 1100110 0 10100 111000 1000 100111 1001100 1000010

Color Harmonies of #EABC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC66

Black with #EABC66

Text Example


Text Example

White with #EABC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC66; }

 p { color: rgb(234,188,102); }

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

background-color css

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

 a { background-color: rgb(234,188,102); }

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

border-color css

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

 span { border-color: rgb(234,188,102); }

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