#EFAE96

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

Shades of Wax Flower #EFAE96

Tints of Wax Flower #EFAE96

Color information

#EFAE96 (or 0xEFAE96) is unknown color: approx Wax Flower. HEX triplet: EF, AE and 96. RGB value is (239,174,150). Sum of RGB (Red+Green+Blue) = 239+174+150=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE96 is #105169. Grayscale: #BEBEBE. Windows color (decimal): -1069418 or 9875183. OLE color: 9875183.

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

Color convert

RGB239174150-
CMYK00.270.370.06
HSL16.18º73.55%76.27%-
HSV(B)16.18º37.24%93.73%-
XYZ56.2450.8235.7-
YUV190.7105.03162.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=42.45%
G=30.91%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917415000.270.370.0616.1873.5576.27
HexEFAE9601B256104a4c
Octal35725622603345620112114
Binary1110111110101110100101100110111001011101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE96; }

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

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

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

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

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

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

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

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