Html Css Color HEX #EFAB9E Wax Flower

📋 copy color: '#EFAB9E'

red 239 ◦ green 171 ◦ blue 158

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

Shades of Wax Flower #EFAB9E

Tints of Wax Flower #EFAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 158 (62.11% from 255) = 27.82%

R = 42.08%
G = 30.11%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFAB9E (or 0xEFAB9E) is known color: Wax Flower. HEX triplet: EF, AB and 9E. RGB value is (239,171,158). Sum of RGB (Red+Green+Blue) = 239+171+158=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB9E is #105461. Grayscale: #BDBDBD. Windows color (decimal): -1070178 or 10398703. OLE color: 10398703.

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

Color convert

RGB 239 171 158 -
CMYK 0 0.28 0.34 0.06
HSL 9.63º 0.72% 0.78% -
HSV(B) 9.63º 0.34% 0.94% -
XYZ 56.33 49.95 39.02 -
YUV 189.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 239 171 158 0 0.28 0.34 0.06 9.63 0.72 0.78
Hex EF AB 9E 0 1C 22 6 A 48 4E
Octal 357 253 236 0 34 42 6 12 110 116
Binary 11101111 10101011 10011110 0 11100 100010 110 1010 1001000 1001110

Color Harmonies of #EFAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB9E

Black with #EFAB9E

Text Example


Text Example

White with #EFAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB9E; }

 p { color: rgb(239,171,158); }

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

background-color css

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

 a { background-color: rgb(239,171,158); }

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

border-color css

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

 span { border-color: rgb(239,171,158); }

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