#E2AE9B

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

Shades of Wax Flower #E2AE9B

Tints of Wax Flower #E2AE9B

Color information

#E2AE9B (or 0xE2AE9B) is unknown color: approx Wax Flower. HEX triplet: E2, AE and 9B. RGB value is (226,174,155). Sum of RGB (Red+Green+Blue) = 226+174+155=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AE9B is #1D5164. Grayscale: #BBBBBB. Windows color (decimal): -1921381 or 10202850. OLE color: 10202850.

HSL color Cylindrical-coordinate representation of color #E2AE9B: hue angle of 16.06º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2AE9B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226174155-
CMYK00.230.310.11
HSL16.06º55.04%74.71%-
HSV(B)16.06º31.42%88.63%-
XYZ52.4248.8137.67-
YUV187.38109.73155.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=40.72%
G=31.35%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617415500.230.310.1116.0655.0474.71
HexE2AE9B0171FB10374b
Octal34225623302737132067113
Binary111000101010111010011011010111111111011100001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AE9B; }

 p { color: rgb(226,174,155); }

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

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

 a { background-color: rgb(226,174,155); }

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

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

 span { border-color: rgb(226,174,155); }

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