#E8BBA4

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

Shades of Wax Flower #E8BBA4

Tints of Wax Flower #E8BBA4

Color information

#E8BBA4 (or 0xE8BBA4) is unknown color: approx Wax Flower. HEX triplet: E8, BB and A4. RGB value is (232,187,164). Sum of RGB (Red+Green+Blue) = 232+187+164=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BBA4 is #17445B. Grayscale: #C5C5C5. Windows color (decimal): -1524828 or 10796008. OLE color: 10796008.

HSL color Cylindrical-coordinate representation of color #E8BBA4: hue angle of 20.29º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8BBA4 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB232187164-
CMYK00.190.290.09
HSL20.29º59.65%77.65%-
HSV(B)20.29º29.31%90.98%-
XYZ57.7555.3842.77-
YUV197.83108.91152.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.79%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=39.79%
G=32.08%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218716400.190.290.0920.2959.6577.65
HexE8BBA40131D9143c4e
Octal35027324402335112474116
Binary111010001011101110100100010011111011001101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBA4; }

 p { color: rgb(232,187,164); }

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

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

 a { background-color: rgb(232,187,164); }

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

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

 span { border-color: rgb(232,187,164); }

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