#EBAF6F

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

Shades of Harvest Gold #EBAF6F

Tints of Harvest Gold #EBAF6F

Color information

#EBAF6F (or 0xEBAF6F) is unknown color: approx Harvest Gold. HEX triplet: EB, AF and 6F. RGB value is (235,175,111). Sum of RGB (Red+Green+Blue) = 235+175+111=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF6F is #145090. Grayscale: #B9B9B9. Windows color (decimal): -1331345 or 7319531. OLE color: 7319531.

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

Color convert

RGB235175111-
CMYK00.260.530.08
HSL30.97º75.61%67.84%-
HSV(B)30.97º52.77%92.16%-
XYZ52.4649.4721.82-
YUV185.6485.88163.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 111 (43.75% from 255) = 21.31%
R=45.11%
G=33.59%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517511100.260.530.0830.9775.6167.84
HexEBAF6F01A3581f4c44
Octal353257157032651037114104
Binary1110101110101111110111101101011010110001111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF6F; }

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

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

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

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

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

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

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

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