Html Css Color HEX #EFAA93 Wax Flower

📋 copy color: '#EFAA93'

red 239 ◦ green 170 ◦ blue 147

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

Shades of Wax Flower #EFAA93

Tints of Wax Flower #EFAA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.44%

R = 42.99%
G = 30.58%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFAA93 (or 0xEFAA93) is known color: Wax Flower. HEX triplet: EF, AA and 93. RGB value is (239,170,147). Sum of RGB (Red+Green+Blue) = 239+170+147=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA93 is #10556C. Grayscale: #BCBCBC. Windows color (decimal): -1070445 or 9677551. OLE color: 9677551.

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

Color convert

RGB 239 170 147 -
CMYK 0 0.29 0.38 0.06
HSL 15º 0.74% 0.76% -
HSV(B) 15º 0.38% 0.94% -
XYZ 55.24 49.21 34.19 -
YUV 188.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 239 170 147 0 0.29 0.38 0.06 15 0.74 0.76
Hex EF AA 93 0 1D 26 6 F 4A 4C
Octal 357 252 223 0 35 46 6 17 112 114
Binary 11101111 10101010 10010011 0 11101 100110 110 1111 1001010 1001100

Color Harmonies of #EFAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA93

Black with #EFAA93

Text Example


Text Example

White with #EFAA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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