#E8B29F

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

Shades of Wax Flower #E8B29F

Tints of Wax Flower #E8B29F

Color information

#E8B29F (or 0xE8B29F) is unknown color: approx Wax Flower. HEX triplet: E8, B2 and 9F. RGB value is (232,178,159). Sum of RGB (Red+Green+Blue) = 232+178+159=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B29F is #174D60. Grayscale: #C0C0C0. Windows color (decimal): -1527137 or 10466024. OLE color: 10466024.

HSL color Cylindrical-coordinate representation of color #E8B29F: hue angle of 15.62º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8B29F is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232178159-
CMYK00.230.310.09
HSL15.62º61.34%76.67%-
HSV(B)15.62º31.47%90.98%-
XYZ55.4651.539.82-
YUV191.98109.39156.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.77%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=40.77%
G=31.28%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217815900.230.310.0915.6261.3476.67
HexE8B29F0171F9103d4d
Octal35026223702737112075115
Binary111010001011001010011111010111111111001100001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B29F; }

 p { color: rgb(232,178,159); }

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

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

 a { background-color: rgb(232,178,159); }

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

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

 span { border-color: rgb(232,178,159); }

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