Html Css Color HEX #EFAA9D Wax Flower

📋 copy color: '#EFAA9D'

red 239 ◦ green 170 ◦ blue 157

#EFAA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #EFAA9D

Tints of Wax Flower #EFAA9D

RGB

 RED value IS 239 (93.75% from 255) = 42.23%

 GREEN value IS 170 (66.8% from 255) = 30.04%

 BLUE value IS 157 (61.72% from 255) = 27.74%

R = 42.23%
G = 30.04%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFAA9D (or 0xEFAA9D) is known color: Wax Flower. HEX triplet: EF, AA and 9D. RGB value is (239,170,157). Sum of RGB (Red+Green+Blue) = 239+170+157=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA9D is #105562. Grayscale: #BDBDBD. Windows color (decimal): -1070435 or 10332911. OLE color: 10332911.

HSL color Cylindrical-coordinate representation of color #EFAA9D: hue angle of 9.51º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFAA9D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 170 157 -
CMYK 0 0.29 0.34 0.06
HSL 9.51º 0.72% 0.78% -
HSV(B) 9.51º 0.34% 0.94% -
XYZ 56.06 49.53 38.5 -
YUV 189.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 239 170 157 0 0.29 0.34 0.06 9.51 0.72 0.78
Hex EF AA 9D 0 1D 22 6 A 48 4E
Octal 357 252 235 0 35 42 6 12 110 116
Binary 11101111 10101010 10011101 0 11101 100010 110 1010 1001000 1001110

Color Harmonies of #EFAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA9D

Black with #EFAA9D

Text Example


Text Example

White with #EFAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA9D; }

 p { color: rgb(239,170,157); }

 H1.HeaderClassName
 {
   color: #EFAA9D;
 }
 .AnyTagClassName
 {
   color: #EFAA9D;
 }
</style>

background-color css

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

 a { background-color: rgb(239,170,157); }

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

border-color css

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

 span { border-color: rgb(239,170,157); }

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