#E7B092

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

Shades of Wax Flower #E7B092

Tints of Wax Flower #E7B092

Color information

#E7B092 (or 0xE7B092) is unknown color: approx Wax Flower. HEX triplet: E7, B0 and 92. RGB value is (231,176,146). Sum of RGB (Red+Green+Blue) = 231+176+146=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B092 is #184F6D. Grayscale: #BDBDBD. Windows color (decimal): -1593198 or 9613543. OLE color: 9613543.

HSL color Cylindrical-coordinate representation of color #E7B092: hue angle of 21.18º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7B092 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB231176146-
CMYK00.240.370.09
HSL21.18º63.91%73.92%-
HSV(B)21.18º36.8%90.59%-
XYZ53.6750.1134.04-
YUV189.02103.72157.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=41.77%
G=31.83%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117614600.240.370.0921.1863.9173.92
HexE7B09201825915404a
Octal347260222030451125100112
Binary11100111101100001001001001100010010110011010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B092; }

 p { color: rgb(231,176,146); }

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

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

 a { background-color: rgb(231,176,146); }

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

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

 span { border-color: rgb(231,176,146); }

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