Html Css Color HEX #EFAA9C Wax Flower

📋 copy color: '#EFAA9C'

red 239 ◦ green 170 ◦ blue 156

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

Shades of Wax Flower #EFAA9C

Tints of Wax Flower #EFAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 42.3%
G = 30.09%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFAA9C (or 0xEFAA9C) is known color: Wax Flower. HEX triplet: EF, AA and 9C. RGB value is (239,170,156). Sum of RGB (Red+Green+Blue) = 239+170+156=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA9C is #105563. Grayscale: #BDBDBD. Windows color (decimal): -1070436 or 10267375. OLE color: 10267375.

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

Color convert

RGB 239 170 156 -
CMYK 0 0.29 0.35 0.06
HSL 10.12º 0.72% 0.77% -
HSV(B) 10.12º 0.35% 0.94% -
XYZ 55.97 49.5 38.06 -
YUV 189.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 239 170 156 0 0.29 0.35 0.06 10.12 0.72 0.77
Hex EF AA 9C 0 1D 23 6 A 48 4D
Octal 357 252 234 0 35 43 6 12 110 115
Binary 11101111 10101010 10011100 0 11101 100011 110 1010 1001000 1001101

Color Harmonies of #EFAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA9C

Black with #EFAA9C

Text Example


Text Example

White with #EFAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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