Html Css Color HEX #EFAC93 Wax Flower

📋 copy color: '#EFAC93'

red 239 ◦ green 172 ◦ blue 147

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

Shades of Wax Flower #EFAC93

Tints of Wax Flower #EFAC93

RGB

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

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

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

R = 42.83%
G = 30.82%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFAC93 (or 0xEFAC93) is known color: Wax Flower. HEX triplet: EF, AC and 93. RGB value is (239,172,147). Sum of RGB (Red+Green+Blue) = 239+172+147=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC93 is #10536C. Grayscale: #BDBDBD. Windows color (decimal): -1069933 or 9678063. OLE color: 9678063.

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

Color convert

RGB 239 172 147 -
CMYK 0 0.28 0.38 0.06
HSL 16.3º 0.74% 0.76% -
HSV(B) 16.3º 0.38% 0.94% -
XYZ 55.62 49.96 34.32 -
YUV 189.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 239 172 147 0 0.28 0.38 0.06 16.3 0.74 0.76
Hex EF AC 93 0 1C 26 6 10 4A 4C
Octal 357 254 223 0 34 46 6 20 112 114
Binary 11101111 10101100 10010011 0 11100 100110 110 10000 1001010 1001100

Color Harmonies of #EFAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC93

Black with #EFAC93

Text Example


Text Example

White with #EFAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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