#EBAF67

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

Shades of Harvest Gold #EBAF67

Tints of Harvest Gold #EBAF67

Color information

#EBAF67 (or 0xEBAF67) is unknown color: approx Harvest Gold. HEX triplet: EB, AF and 67. RGB value is (235,175,103). Sum of RGB (Red+Green+Blue) = 235+175+103=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF67 is #145098. Grayscale: #B9B9B9. Windows color (decimal): -1331353 or 6795243. OLE color: 6795243.

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

Color convert

RGB235175103-
CMYK00.260.560.08
HSL32.73º76.74%66.27%-
HSV(B)32.73º56.17%92.16%-
XYZ52.0449.319.61-
YUV184.7381.88163.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=45.81%
G=34.11%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517510300.260.560.0832.7376.7466.27
HexEBAF6701A388214d42
Octal353257147032701041115102
Binary11101011101011111100111011010111000100010000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF67; }

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

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

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

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

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

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

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

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