Html Css Color HEX #EABB68 Harvest Gold

📋 copy color: '#EABB68'

red 234 ◦ green 187 ◦ blue 104

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

Shades of Harvest Gold #EABB68

Tints of Harvest Gold #EABB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.81%

R = 44.57%
G = 35.62%
B = 19.81%

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

#EABB68 (or 0xEABB68) is known color: Harvest Gold. HEX triplet: EA, BB and 68. RGB value is (234,187,104). Sum of RGB (Red+Green+Blue) = 234+187+104=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB68 is #154497. Grayscale: #BFBFBF. Windows color (decimal): -1393816 or 6863850. OLE color: 6863850.

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

Color convert

RGB 234 187 104 -
CMYK 0 0.20 0.56 0.08
HSL 38.31º 0.76% 0.66% -
HSV(B) 38.31º 0.56% 0.92% -
XYZ 54.2 54.03 20.67 -
YUV 191.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 234 187 104 0 0.20 0.56 0.08 38.31 0.76 0.66
Hex EA BB 68 0 14 38 8 26 4C 42
Octal 352 273 150 0 24 70 10 46 114 102
Binary 11101010 10111011 1101000 0 10100 111000 1000 100110 1001100 1000010

Color Harmonies of #EABB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB68

Black with #EABB68

Text Example


Text Example

White with #EABB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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