Html Css Color HEX #EFAC9E Wax Flower

📋 copy color: '#EFAC9E'

red 239 ◦ green 172 ◦ blue 158

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

Shades of Wax Flower #EFAC9E

Tints of Wax Flower #EFAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

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

R = 42%
G = 30.23%
B = 27.77%

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

#EFAC9E (or 0xEFAC9E) is known color: Wax Flower. HEX triplet: EF, AC and 9E. RGB value is (239,172,158). Sum of RGB (Red+Green+Blue) = 239+172+158=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC9E is #105361. Grayscale: #BEBEBE. Windows color (decimal): -1069922 or 10398959. OLE color: 10398959.

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

Color convert

RGB 239 172 158 -
CMYK 0 0.28 0.34 0.06
HSL 10.37º 0.72% 0.78% -
HSV(B) 10.37º 0.34% 0.94% -
XYZ 56.52 50.32 39.08 -
YUV 190.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 239 172 158 0 0.28 0.34 0.06 10.37 0.72 0.78
Hex EF AC 9E 0 1C 22 6 A 48 4E
Octal 357 254 236 0 34 42 6 12 110 116
Binary 11101111 10101100 10011110 0 11100 100010 110 1010 1001000 1001110

Color Harmonies of #EFAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC9E

Black with #EFAC9E

Text Example


Text Example

White with #EFAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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