#E1B098

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

Shades of Wax Flower #E1B098

Tints of Wax Flower #E1B098

Color information

#E1B098 (or 0xE1B098) is unknown color: approx Wax Flower. HEX triplet: E1, B0 and 98. RGB value is (225,176,152). Sum of RGB (Red+Green+Blue) = 225+176+152=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B098 is #1E4F67. Grayscale: #BCBCBC. Windows color (decimal): -1986408 or 10006753. OLE color: 10006753.

HSL color Cylindrical-coordinate representation of color #E1B098: hue angle of 19.73º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1B098 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225176152-
CMYK00.220.320.12
HSL19.73º54.89%73.92%-
HSV(B)19.73º32.44%88.24%-
XYZ52.2449.3336.47-
YUV187.92107.73154.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=40.69%
G=31.83%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517615200.220.320.1219.7354.8973.92
HexE1B09801620C14374a
Octal34126023002640142467112
Binary1110000110110000100110000101101000001100101001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B098; }

 p { color: rgb(225,176,152); }

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

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

 a { background-color: rgb(225,176,152); }

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

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

 span { border-color: rgb(225,176,152); }

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