#EABD6B

Color #EABD6B Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EABD6B

Tints of Harvest Gold #EABD6B

Color information

#EABD6B (or 0xEABD6B) is unknown color: approx Harvest Gold. HEX triplet: EA, BD and 6B. RGB value is (234,189,107). Sum of RGB (Red+Green+Blue) = 234+189+107=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD6B is #154294. Grayscale: #C1C1C1. Windows color (decimal): -1393301 or 7060970. OLE color: 7060970.

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

Color convert

RGB234189107-
CMYK00.190.540.08
HSL38.74º75.15%66.86%-
HSV(B)38.74º54.27%91.76%-
XYZ54.7854.9521.63-
YUV193.1179.41157.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 107 (42.19% from 255) = 20.19%
R=44.15%
G=35.66%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418910700.190.540.0838.7475.1566.86
HexEABD6B013368274b43
Octal352275153023661047113103
Binary11101010101111011101011010011110110100010011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD6B; }

 p { color: rgb(234,189,107); }

 H1.HeaderClassName
 {
   color: #EABD6B;
 }
 .AnyTagClassName
 {
   color: #EABD6B;
 }
</style>
background-color css

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

 a { background-color: rgb(234,189,107); }

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

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

 span { border-color: rgb(234,189,107); }

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