#EBB96A

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

Shades of Harvest Gold #EBB96A

Tints of Harvest Gold #EBB96A

Color information

#EBB96A (or 0xEBB96A) is unknown color: approx Harvest Gold. HEX triplet: EB, B9 and 6A. RGB value is (235,185,106). Sum of RGB (Red+Green+Blue) = 235+185+106=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB96A is #144695. Grayscale: #BFBFBF. Windows color (decimal): -1328790 or 6994411. OLE color: 6994411.

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

Color convert

RGB235185106-
CMYK00.210.550.08
HSL36.74º76.33%66.86%-
HSV(B)36.74º54.89%92.16%-
XYZ54.2153.421.09-
YUV190.9480.06159.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 106 (41.80% from 255) = 20.15%
R=44.68%
G=35.17%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518510600.210.550.0836.7476.3366.86
HexEBB96A015378254c43
Octal353271152025671045114103
Binary11101011101110011101010010101110111100010010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB96A; }

 p { color: rgb(235,185,106); }

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

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

 a { background-color: rgb(235,185,106); }

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

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

 span { border-color: rgb(235,185,106); }

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