#E3B8A2

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

Shades of Wax Flower #E3B8A2

Tints of Wax Flower #E3B8A2

Color information

#E3B8A2 (or 0xE3B8A2) is unknown color: approx Wax Flower. HEX triplet: E3, B8 and A2. RGB value is (227,184,162). Sum of RGB (Red+Green+Blue) = 227+184+162=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B8A2 is #1C475D. Grayscale: #C2C2C2. Windows color (decimal): -1853278 or 10664163. OLE color: 10664163.

HSL color Cylindrical-coordinate representation of color #E3B8A2: hue angle of 20.31º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3B8A2 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB227184162-
CMYK00.190.290.11
HSL20.31º53.72%76.27%-
HSV(B)20.31º28.63%89.02%-
XYZ55.3453.2241.54-
YUV194.35109.75151.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 162 (63.67% from 255) = 28.27%
R=39.62%
G=32.11%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718416200.190.290.1120.3153.7276.27
HexE3B8A20131DB14364c
Octal34327024202335132466114
Binary111000111011100010100010010011111011011101001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B8A2; }

 p { color: rgb(227,184,162); }

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

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

 a { background-color: rgb(227,184,162); }

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

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

 span { border-color: rgb(227,184,162); }

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