#ebaf61

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

Shades of Harvest Gold #EBAF61

Tints of Harvest Gold #EBAF61

Color information

#EBAF61 (or 0xEBAF61) is unknown color: approx Harvest Gold. HEX triplet: EB, AF and 61. RGB value is (235,175,97). Sum of RGB (Red+Green+Blue) = 235+175+97=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF61 is #14509E. Grayscale: #B8B8B8. Windows color (decimal): -1331359 or 6402027. OLE color: 6402027.

HSL color Cylindrical-coordinate representation of color #EBAF61: hue angle of 33.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBAF61 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23517597-
CMYK00.260.590.08
HSL33.91º77.53%65.1%-
HSV(B)33.91º58.72%92.16%-
XYZ51.7549.1918.08-
YUV184.0578.88164.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=46.35%
G=34.52%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351759700.260.590.0833.9177.5365.1
HexEBAF6101A3B8224e41
Octal353257141032731042116101
Binary11101011101011111100001011010111011100010001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebaf61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebaf61; }

 p { color: rgb(235,175,97); }

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

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

 a { background-color: rgb(235,175,97); }

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

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

 span { border-color: rgb(235,175,97); }

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