#EAB194

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

Shades of Wax Flower #EAB194

Tints of Wax Flower #EAB194

Color information

#EAB194 (or 0xEAB194) is unknown color: approx Wax Flower. HEX triplet: EA, B1 and 94. RGB value is (234,177,148). Sum of RGB (Red+Green+Blue) = 234+177+148=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB194 is #154E6B. Grayscale: #BEBEBE. Windows color (decimal): -1396332 or 9744874. OLE color: 9744874.

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

Color convert

RGB234177148-
CMYK00.240.370.08
HSL20.23º67.19%74.9%-
HSV(B)20.23º36.75%91.76%-
XYZ5551.0734.98-
YUV190.74103.88158.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=41.86%
G=31.66%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417714800.240.370.0820.2367.1974.9
HexEAB19401825814434b
Octal352261224030451024103113
Binary11101010101100011001010001100010010110001010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB194; }

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

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

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

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

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

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

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

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