Html Css Color HEX #EABB66 Harvest Gold

📋 copy color: '#EABB66'

red 234 ◦ green 187 ◦ blue 102

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

Shades of Harvest Gold #EABB66

Tints of Harvest Gold #EABB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

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

R = 44.74%
G = 35.76%
B = 19.5%

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

#EABB66 (or 0xEABB66) is known color: Harvest Gold. HEX triplet: EA, BB and 66. RGB value is (234,187,102). Sum of RGB (Red+Green+Blue) = 234+187+102=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB66 is #154499. Grayscale: #BFBFBF. Windows color (decimal): -1393818 or 6732778. OLE color: 6732778.

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

Color convert

RGB 234 187 102 -
CMYK 0 0.20 0.56 0.08
HSL 38.64º 0.76% 0.66% -
HSV(B) 38.64º 0.56% 0.92% -
XYZ 54.1 53.99 20.14 -
YUV 191.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 234 187 102 0 0.20 0.56 0.08 38.64 0.76 0.66
Hex EA BB 66 0 14 38 8 27 4C 42
Octal 352 273 146 0 24 70 10 47 114 102
Binary 11101010 10111011 1100110 0 10100 111000 1000 100111 1001100 1000010

Color Harmonies of #EABB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB66

Black with #EABB66

Text Example


Text Example

White with #EABB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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