#EFAD9A

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

Shades of Wax Flower #EFAD9A

Tints of Wax Flower #EFAD9A

Color information

#EFAD9A (or 0xEFAD9A) is unknown color: approx Wax Flower. HEX triplet: EF, AD and 9A. RGB value is (239,173,154). Sum of RGB (Red+Green+Blue) = 239+173+154=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD9A is #105265. Grayscale: #BEBEBE. Windows color (decimal): -1069670 or 10137071. OLE color: 10137071.

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

Color convert

RGB239173154-
CMYK00.280.360.06
HSL13.41º72.65%77.06%-
HSV(B)13.41º35.56%93.73%-
XYZ56.3750.5737.36-
YUV190.57107.37162.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=42.23%
G=30.57%
B=27.21%

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
Decimal23917315400.280.360.0613.4172.6577.06
HexEFAD9A01C246d494d
Octal35725523203444615111115
Binary111011111010110110011010011100100100110110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD9A; }

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

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

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

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

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

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

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

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