#E9BA9E

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

Shades of Wax Flower #E9BA9E

Tints of Wax Flower #E9BA9E

Color information

#E9BA9E (or 0xE9BA9E) is unknown color: approx Wax Flower. HEX triplet: E9, BA and 9E. RGB value is (233,186,158). Sum of RGB (Red+Green+Blue) = 233+186+158=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA9E is #164561. Grayscale: #C5C5C5. Windows color (decimal): -1459554 or 10402537. OLE color: 10402537.

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

Color convert

RGB233186158-
CMYK00.200.320.09
HSL22.4º63.03%76.67%-
HSV(B)22.4º32.19%91.37%-
XYZ57.3354.9139.92-
YUV196.86106.07153.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=40.38%
G=32.24%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318615800.200.320.0922.463.0376.67
HexE9BA9E014209163f4d
Octal35127223602440112677115
Binary1110100110111010100111100101001000001001101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BA9E; }

 p { color: rgb(233,186,158); }

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

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

 a { background-color: rgb(233,186,158); }

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

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

 span { border-color: rgb(233,186,158); }

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