#E0B26B

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

Shades of Harvest Gold #E0B26B

Tints of Harvest Gold #E0B26B

Color information

#E0B26B (or 0xE0B26B) is unknown color: approx Harvest Gold. HEX triplet: E0, B2 and 6B. RGB value is (224,178,107). Sum of RGB (Red+Green+Blue) = 224+178+107=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B26B is #1F4D94. Grayscale: #B7B7B7. Windows color (decimal): -2051477 or 7058144. OLE color: 7058144.

HSL color Cylindrical-coordinate representation of color #E0B26B: hue angle of 36.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0B26B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224178107-
CMYK00.210.520.12
HSL36.41º65.36%64.9%-
HSV(B)36.41º52.23%87.84%-
XYZ49.3148.7520.72-
YUV183.6684.74156.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=44.01%
G=34.97%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417810700.210.520.1236.4165.3664.9
HexE0B26B01534C244141
Octal340262153025641444101101
Binary11100000101100101101011010101110100110010010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B26B; }

 p { color: rgb(224,178,107); }

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

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

 a { background-color: rgb(224,178,107); }

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

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

 span { border-color: rgb(224,178,107); }

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