#E8B69B

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

Shades of Wax Flower #E8B69B

Tints of Wax Flower #E8B69B

Color information

#E8B69B (or 0xE8B69B) is unknown color: approx Wax Flower. HEX triplet: E8, B6 and 9B. RGB value is (232,182,155). Sum of RGB (Red+Green+Blue) = 232+182+155=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B69B is #174964. Grayscale: #C2C2C2. Windows color (decimal): -1526117 or 10204904. OLE color: 10204904.

HSL color Cylindrical-coordinate representation of color #E8B69B: hue angle of 21.04º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8B69B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB232182155-
CMYK00.220.330.09
HSL21.04º62.6%75.88%-
HSV(B)21.04º33.19%90.98%-
XYZ55.9252.9838.29-
YUV193.87106.06155.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.77%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=40.77%
G=31.99%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218215500.220.330.0921.0462.675.88
HexE8B69B016219153f4c
Octal35026623302641112577114
Binary1110100010110110100110110101101000011001101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B69B; }

 p { color: rgb(232,182,155); }

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

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

 a { background-color: rgb(232,182,155); }

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

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

 span { border-color: rgb(232,182,155); }

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