#EFAF94

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

Shades of Wax Flower #EFAF94

Tints of Wax Flower #EFAF94

Color information

#EFAF94 (or 0xEFAF94) is unknown color: approx Wax Flower. HEX triplet: EF, AF and 94. RGB value is (239,175,148). Sum of RGB (Red+Green+Blue) = 239+175+148=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF94 is #10506B. Grayscale: #BFBFBF. Windows color (decimal): -1069164 or 9744367. OLE color: 9744367.

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

Color convert

RGB239175148-
CMYK00.270.380.06
HSL17.8º73.98%75.88%-
HSV(B)17.8º38.08%93.73%-
XYZ56.2751.1534.92-
YUV191.06103.7162.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=42.53%
G=31.14%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917514800.270.380.0617.873.9875.88
HexEFAF9401B266124a4c
Octal35725722403346622112114
Binary1110111110101111100101000110111001101101001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF94; }

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

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

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

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

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

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

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

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