#EABD68

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

Shades of Harvest Gold #EABD68

Tints of Harvest Gold #EABD68

Color information

#EABD68 (or 0xEABD68) is unknown color: approx Harvest Gold. HEX triplet: EA, BD and 68. RGB value is (234,189,104). Sum of RGB (Red+Green+Blue) = 234+189+104=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD68 is #154297. Grayscale: #C1C1C1. Windows color (decimal): -1393304 or 6864362. OLE color: 6864362.

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

Color convert

RGB234189104-
CMYK00.190.560.08
HSL39.23º75.58%66.27%-
HSV(B)39.23º55.56%91.76%-
XYZ54.6354.8920.81-
YUV192.7677.91157.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 104 (41.02% from 255) = 19.73%
R=44.40%
G=35.86%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418910400.190.560.0839.2375.5866.27
HexEABD68013388274c42
Octal352275150023701047114102
Binary11101010101111011101000010011111000100010011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD68; }

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

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

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

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

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

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

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

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