#EBB273

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

Shades of Harvest Gold #EBB273

Tints of Harvest Gold #EBB273

Color information

#EBB273 (or 0xEBB273) is unknown color: approx Harvest Gold. HEX triplet: EB, B2 and 73. RGB value is (235,178,115). Sum of RGB (Red+Green+Blue) = 235+178+115=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB273 is #144D8C. Grayscale: #BCBCBC. Windows color (decimal): -1330573 or 7582443. OLE color: 7582443.

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

Color convert

RGB235178115-
CMYK00.240.510.08
HSL31.5º75%68.63%-
HSV(B)31.5º51.06%92.16%-
XYZ53.2850.7423.21-
YUV187.8686.88161.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 115 (45.31% from 255) = 21.78%
R=44.51%
G=33.71%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517811500.240.510.0831.57568.63
HexEBB273018338204b45
Octal353262163030631040113105
Binary11101011101100101110011011000110011100010000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB273; }

 p { color: rgb(235,178,115); }

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

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

 a { background-color: rgb(235,178,115); }

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

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

 span { border-color: rgb(235,178,115); }

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