#E7AD92

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

Shades of Wax Flower #E7AD92

Tints of Wax Flower #E7AD92

Color information

#E7AD92 (or 0xE7AD92) is unknown color: approx Wax Flower. HEX triplet: E7, AD and 92. RGB value is (231,173,146). Sum of RGB (Red+Green+Blue) = 231+173+146=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AD92 is #18526D. Grayscale: #BBBBBB. Windows color (decimal): -1593966 or 9612775. OLE color: 9612775.

HSL color Cylindrical-coordinate representation of color #E7AD92: hue angle of 19.06º 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 #E7AD92 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB231173146-
CMYK00.250.370.09
HSL19.06º63.91%73.92%-
HSV(B)19.06º36.8%90.59%-
XYZ53.0948.9533.84-
YUV187.26104.72159.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=42%
G=31.45%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117314600.250.370.0919.0663.9173.92
HexE7AD9201925913404a
Octal347255222031451123100112
Binary11100111101011011001001001100110010110011001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD92; }

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

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

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

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

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

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

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

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