#EFAC98

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

Shades of Wax Flower #EFAC98

Tints of Wax Flower #EFAC98

Color information

#EFAC98 (or 0xEFAC98) is unknown color: approx Wax Flower. HEX triplet: EF, AC and 98. RGB value is (239,172,152). Sum of RGB (Red+Green+Blue) = 239+172+152=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC98 is #105367. Grayscale: #BDBDBD. Windows color (decimal): -1069928 or 10005743. OLE color: 10005743.

HSL color Cylindrical-coordinate representation of color #EFAC98: hue angle of 13.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFAC98 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239172152-
CMYK00.280.360.06
HSL13.79º73.11%76.67%-
HSV(B)13.79º36.4%93.73%-
XYZ56.0250.1236.43-
YUV189.75106.7163.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 152 (59.77% from 255) = 27.00%
R=42.45%
G=30.55%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917215200.280.360.0613.7973.1176.67
HexEFAC9801C246e494d
Octal35725423003444616111115
Binary111011111010110010011000011100100100110111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC98; }

 p { color: rgb(239,172,152); }

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

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

 a { background-color: rgb(239,172,152); }

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

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

 span { border-color: rgb(239,172,152); }

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