#EBB46E

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

Shades of Harvest Gold #EBB46E

Tints of Harvest Gold #EBB46E

Color information

#EBB46E (or 0xEBB46E) is unknown color: approx Harvest Gold. HEX triplet: EB, B4 and 6E. RGB value is (235,180,110). Sum of RGB (Red+Green+Blue) = 235+180+110=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB46E is #144B91. Grayscale: #BCBCBC. Windows color (decimal): -1330066 or 7255275. OLE color: 7255275.

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

Color convert

RGB235180110-
CMYK00.230.530.08
HSL33.6º75.76%67.65%-
HSV(B)33.6º53.19%92.16%-
XYZ53.451.4321.86-
YUV188.4683.72161.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 110 (43.36% from 255) = 20.95%
R=44.76%
G=34.29%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518011000.230.530.0833.675.7667.65
HexEBB46E017358224c44
Octal353264156027651042114104
Binary11101011101101001101110010111110101100010001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB46E; }

 p { color: rgb(235,180,110); }

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

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

 a { background-color: rgb(235,180,110); }

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

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

 span { border-color: rgb(235,180,110); }

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