#ebb069

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

Shades of Harvest Gold #EBB069

Tints of Harvest Gold #EBB069

Color information

#EBB069 (or 0xEBB069) is unknown color: approx Harvest Gold. HEX triplet: EB, B0 and 69. RGB value is (235,176,105). Sum of RGB (Red+Green+Blue) = 235+176+105=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB069 is #144F96. Grayscale: #B9B9B9. Windows color (decimal): -1331095 or 6926571. OLE color: 6926571.

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

Color convert

RGB235176105-
CMYK00.250.550.08
HSL32.77º76.47%66.67%-
HSV(B)32.77º55.32%92.16%-
XYZ52.3449.7320.21-
YUV185.5582.55163.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 105 (41.41% from 255) = 20.35%
R=45.54%
G=34.11%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517610500.250.550.0832.7776.4766.67
HexEBB069019378214c43
Octal353260151031671041114103
Binary11101011101100001101001011001110111100010000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb069; }

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

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

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

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

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

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

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

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