#E0BB7B

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

Shades of Maize #E0BB7B

Tints of Maize #E0BB7B

Color information

#E0BB7B (or 0xE0BB7B) is unknown color: approx Maize. HEX triplet: E0, BB and 7B. RGB value is (224,187,123). Sum of RGB (Red+Green+Blue) = 224+187+123=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB7B is #1F4484. Grayscale: #BFBFBF. Windows color (decimal): -2049157 or 8109024. OLE color: 8109024.

HSL color Cylindrical-coordinate representation of color #E0BB7B: hue angle of 38.02º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0BB7B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224187123-
CMYK00.170.450.12
HSL38.02º61.96%68.04%-
HSV(B)38.02º45.09%87.84%-
XYZ52.0952.8226.19-
YUV190.7789.76151.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 123 (48.44% from 255) = 23.03%
R=41.95%
G=35.02%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418712300.170.450.1238.0261.9668.04
HexE0BB7B0112DC263e44
Octal34027317302155144676104
Binary1110000010111011111101101000110110111001001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BB7B; }

 p { color: rgb(224,187,123); }

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

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

 a { background-color: rgb(224,187,123); }

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

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

 span { border-color: rgb(224,187,123); }

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