#EAA994

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

Shades of Wax Flower #EAA994

Tints of Wax Flower #EAA994

Color information

#EAA994 (or 0xEAA994) is unknown color: approx Wax Flower. HEX triplet: EA, A9 and 94. RGB value is (234,169,148). Sum of RGB (Red+Green+Blue) = 234+169+148=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA994 is #15566B. Grayscale: #BABABA. Windows color (decimal): -1398380 or 9742826. OLE color: 9742826.

HSL color Cylindrical-coordinate representation of color #EAA994: hue angle of 14.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAA994 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234169148-
CMYK00.280.370.08
HSL14.65º67.19%74.9%-
HSV(B)14.65º36.75%91.76%-
XYZ53.4648.0134.47-
YUV186.04106.53162.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=42.47%
G=30.67%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416914800.280.370.0814.6567.1974.9
HexEAA99401C258f434b
Octal352251224034451017103113
Binary1110101010101001100101000111001001011000111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA994; }

 p { color: rgb(234,169,148); }

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

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

 a { background-color: rgb(234,169,148); }

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

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

 span { border-color: rgb(234,169,148); }

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