#EFAA96

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

Shades of Wax Flower #EFAA96

Tints of Wax Flower #EFAA96

Color information

#EFAA96 (or 0xEFAA96) is unknown color: approx Wax Flower. HEX triplet: EF, AA and 96. RGB value is (239,170,150). Sum of RGB (Red+Green+Blue) = 239+170+150=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA96 is #105569. Grayscale: #BCBCBC. Windows color (decimal): -1070442 or 9874159. OLE color: 9874159.

HSL color Cylindrical-coordinate representation of color #EFAA96: hue angle of 13.48º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFAA96 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239170150-
CMYK00.290.370.06
HSL13.48º73.55%76.27%-
HSV(B)13.48º37.24%93.73%-
XYZ55.4849.335.45-
YUV188.35106.36164.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=42.75%
G=30.41%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917015000.290.370.0613.4873.5576.27
HexEFAA9601D256d4a4c
Octal35725222603545615112114
Binary111011111010101010010110011101100101110110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA96; }

 p { color: rgb(239,170,150); }

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

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

 a { background-color: rgb(239,170,150); }

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

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

 span { border-color: rgb(239,170,150); }

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