#E3B297

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

Shades of Wax Flower #E3B297

Tints of Wax Flower #E3B297

Color information

#E3B297 (or 0xE3B297) is unknown color: approx Wax Flower. HEX triplet: E3, B2 and 97. RGB value is (227,178,151). Sum of RGB (Red+Green+Blue) = 227+178+151=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B297 is #1C4D68. Grayscale: #BDBDBD. Windows color (decimal): -1854825 or 9941731. OLE color: 9941731.

HSL color Cylindrical-coordinate representation of color #E3B297: hue angle of 21.32º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3B297 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB227178151-
CMYK00.220.330.11
HSL21.32º57.58%74.12%-
HSV(B)21.32º33.48%89.02%-
XYZ53.1850.4136.2-
YUV189.57106.23154.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=40.83%
G=32.01%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717815100.220.330.1121.3257.5874.12
HexE3B29701621B153a4a
Octal34326222702641132572112
Binary1110001110110010100101110101101000011011101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B297; }

 p { color: rgb(227,178,151); }

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

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

 a { background-color: rgb(227,178,151); }

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

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

 span { border-color: rgb(227,178,151); }

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