#E9B698

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

Shades of Wax Flower #E9B698

Tints of Wax Flower #E9B698

Color information

#E9B698 (or 0xE9B698) is unknown color: approx Wax Flower. HEX triplet: E9, B6 and 98. RGB value is (233,182,152). Sum of RGB (Red+Green+Blue) = 233+182+152=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B698 is #164967. Grayscale: #C1C1C1. Windows color (decimal): -1460584 or 10008297. OLE color: 10008297.

HSL color Cylindrical-coordinate representation of color #E9B698: hue angle of 22.22º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9B698 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB233182152-
CMYK00.220.350.09
HSL22.22º64.8%75.49%-
HSV(B)22.22º34.76%91.37%-
XYZ5653.0536.99-
YUV193.83104.4155.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=41.09%
G=32.10%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318215200.220.350.0922.2264.875.49
HexE9B69801623916414b
Octal351266230026431126101113
Binary11101001101101101001100001011010001110011011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B698; }

 p { color: rgb(233,182,152); }

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

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

 a { background-color: rgb(233,182,152); }

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

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

 span { border-color: rgb(233,182,152); }

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