#EBB870

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

Shades of Harvest Gold #EBB870

Tints of Harvest Gold #EBB870

Color information

#EBB870 (or 0xEBB870) is unknown color: approx Harvest Gold. HEX triplet: EB, B8 and 70. RGB value is (235,184,112). Sum of RGB (Red+Green+Blue) = 235+184+112=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB870 is #14478F. Grayscale: #BFBFBF. Windows color (decimal): -1329040 or 7387371. OLE color: 7387371.

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

Color convert

RGB235184112-
CMYK00.220.520.08
HSL35.12º75.46%68.04%-
HSV(B)35.12º52.34%92.16%-
XYZ54.3353.1122.72-
YUV191.0483.4159.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=44.26%
G=34.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518411200.220.520.0835.1275.4668.04
HexEBB870016348234b44
Octal353270160026641043113104
Binary11101011101110001110000010110110100100010001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB870; }

 p { color: rgb(235,184,112); }

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

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

 a { background-color: rgb(235,184,112); }

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

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

 span { border-color: rgb(235,184,112); }

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