#EBB06F

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

Shades of Harvest Gold #EBB06F

Tints of Harvest Gold #EBB06F

Color information

#EBB06F (or 0xEBB06F) is unknown color: approx Harvest Gold. HEX triplet: EB, B0 and 6F. RGB value is (235,176,111). Sum of RGB (Red+Green+Blue) = 235+176+111=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB06F is #144F90. Grayscale: #BABABA. Windows color (decimal): -1331089 or 7319787. OLE color: 7319787.

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

Color convert

RGB235176111-
CMYK00.250.530.08
HSL31.45º75.61%67.84%-
HSV(B)31.45º52.77%92.16%-
XYZ52.6649.8621.89-
YUV186.2385.55162.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 111 (43.75% from 255) = 21.26%
R=45.02%
G=33.72%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517611100.250.530.0831.4575.6167.84
HexEBB06F0193581f4c44
Octal353260157031651037114104
Binary1110101110110000110111101100111010110001111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB06F; }

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

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

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

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

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

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

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

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