#EFAD97

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

Shades of Wax Flower #EFAD97

Tints of Wax Flower #EFAD97

Color information

#EFAD97 (or 0xEFAD97) is unknown color: approx Wax Flower. HEX triplet: EF, AD and 97. RGB value is (239,173,151). Sum of RGB (Red+Green+Blue) = 239+173+151=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD97 is #105268. Grayscale: #BEBEBE. Windows color (decimal): -1069673 or 9940463. OLE color: 9940463.

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

Color convert

RGB239173151-
CMYK00.280.370.06
HSL15º73.33%76.47%-
HSV(B)15º36.82%93.73%-
XYZ56.1350.4736.06-
YUV190.23105.87162.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=42.45%
G=30.73%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917315100.280.370.061573.3376.47
HexEFAD9701C256f494c
Octal35725522703445617111114
Binary111011111010110110010111011100100101110111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD97; }

 p { color: rgb(239,173,151); }

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

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

 a { background-color: rgb(239,173,151); }

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

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

 span { border-color: rgb(239,173,151); }

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