#E8B69C

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

Shades of Wax Flower #E8B69C

Tints of Wax Flower #E8B69C

Color information

#E8B69C (or 0xE8B69C) is unknown color: approx Wax Flower. HEX triplet: E8, B6 and 9C. RGB value is (232,182,156). Sum of RGB (Red+Green+Blue) = 232+182+156=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B69C is #174963. Grayscale: #C2C2C2. Windows color (decimal): -1526116 or 10270440. OLE color: 10270440.

HSL color Cylindrical-coordinate representation of color #E8B69C: hue angle of 20.53º degrees, saturation: 0.62, 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 #E8B69C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB232182156-
CMYK00.220.330.09
HSL20.53º62.3%76.08%-
HSV(B)20.53º32.76%90.98%-
XYZ56.0153.0138.73-
YUV193.99106.56155.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=40.70%
G=31.93%
B=27.37%

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
Decimal23218215600.220.330.0920.5362.376.08
HexE8B69C016219153e4c
Octal35026623402641112576114
Binary1110100010110110100111000101101000011001101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B69C; }

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

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

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

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

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

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

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

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