#E7AF95

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

Shades of Wax Flower #E7AF95

Tints of Wax Flower #E7AF95

Color information

#E7AF95 (or 0xE7AF95) is unknown color: approx Wax Flower. HEX triplet: E7, AF and 95. RGB value is (231,175,149). Sum of RGB (Red+Green+Blue) = 231+175+149=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF95 is #18506A. Grayscale: #BCBCBC. Windows color (decimal): -1593451 or 9809895. OLE color: 9809895.

HSL color Cylindrical-coordinate representation of color #E7AF95: hue angle of 19.02º degrees, saturation: 0.63, 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 #E7AF95 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231175149-
CMYK00.240.350.09
HSL19.02º63.08%74.51%-
HSV(B)19.02º35.5%90.59%-
XYZ53.7149.8235.22-
YUV188.78105.55158.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=41.62%
G=31.53%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117514900.240.350.0919.0263.0874.51
HexE7AF95018239133f4b
Octal34725722503043112377113
Binary1110011110101111100101010110001000111001100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF95; }

 p { color: rgb(231,175,149); }

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

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

 a { background-color: rgb(231,175,149); }

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

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

 span { border-color: rgb(231,175,149); }

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