#E7A99B

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

Shades of Wax Flower #E7A99B

Tints of Wax Flower #E7A99B

Color information

#E7A99B (or 0xE7A99B) is unknown color: approx Wax Flower. HEX triplet: E7, A9 and 9B. RGB value is (231,169,155). Sum of RGB (Red+Green+Blue) = 231+169+155=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A99B is #185664. Grayscale: #BABABA. Windows color (decimal): -1594981 or 10201575. OLE color: 10201575.

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

Color convert

RGB231169155-
CMYK00.270.330.09
HSL11.05º61.29%75.69%-
HSV(B)11.05º32.9%90.59%-
XYZ53.0647.7337.43-
YUV185.94110.54160.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=41.62%
G=30.45%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116915500.270.330.0911.0561.2975.69
HexE7A99B01B219b3d4c
Octal34725123303341111375114
Binary111001111010100110011011011011100001100110111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A99B; }

 p { color: rgb(231,169,155); }

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

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

 a { background-color: rgb(231,169,155); }

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

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

 span { border-color: rgb(231,169,155); }

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