#E7B29F

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

Shades of Wax Flower #E7B29F

Tints of Wax Flower #E7B29F

Color information

#E7B29F (or 0xE7B29F) is unknown color: approx Wax Flower. HEX triplet: E7, B2 and 9F. RGB value is (231,178,159). Sum of RGB (Red+Green+Blue) = 231+178+159=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B29F is #184D60. Grayscale: #BFBFBF. Windows color (decimal): -1592673 or 10466023. OLE color: 10466023.

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

Color convert

RGB231178159-
CMYK00.230.310.09
HSL15.83º60%76.47%-
HSV(B)15.83º31.17%90.59%-
XYZ55.1351.3339.8-
YUV191.68109.56156.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=40.67%
G=31.34%
B=27.99%

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
Decimal23117815900.230.310.0915.836076.47
HexE7B29F0171F9103c4c
Octal34726223702737112074114
Binary111001111011001010011111010111111111001100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B29F; }

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

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

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

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

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

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

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

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