#EAAF94

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

Shades of Wax Flower #EAAF94

Tints of Wax Flower #EAAF94

Color information

#EAAF94 (or 0xEAAF94) is unknown color: approx Wax Flower. HEX triplet: EA, AF and 94. RGB value is (234,175,148). Sum of RGB (Red+Green+Blue) = 234+175+148=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF94 is #15506B. Grayscale: #BDBDBD. Windows color (decimal): -1396844 or 9744362. OLE color: 9744362.

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

Color convert

RGB234175148-
CMYK00.250.370.08
HSL18.84º67.19%74.9%-
HSV(B)18.84º36.75%91.76%-
XYZ54.6150.2934.85-
YUV189.56104.55159.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=42.01%
G=31.42%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417514800.250.370.0818.8467.1974.9
HexEAAF9401925813434b
Octal352257224031451023103113
Binary11101010101011111001010001100110010110001001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF94; }

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

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

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

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

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

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

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

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