#E7AE92

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

Shades of Wax Flower #E7AE92

Tints of Wax Flower #E7AE92

Color information

#E7AE92 (or 0xE7AE92) is unknown color: approx Wax Flower. HEX triplet: E7, AE and 92. RGB value is (231,174,146). Sum of RGB (Red+Green+Blue) = 231+174+146=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AE92 is #18516D. Grayscale: #BCBCBC. Windows color (decimal): -1593710 or 9613031. OLE color: 9613031.

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

Color convert

RGB231174146-
CMYK00.250.370.09
HSL19.76º63.91%73.92%-
HSV(B)19.76º36.8%90.59%-
XYZ53.2849.3433.91-
YUV187.85104.38158.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=41.92%
G=31.58%
B=26.50%

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
Decimal23117414600.250.370.0919.7663.9173.92
HexE7AE9201925914404a
Octal347256222031451124100112
Binary11100111101011101001001001100110010110011010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE92; }

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

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

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

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

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

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

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

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