Html Css Color HEX #EFB49F Wax Flower

📋 copy color: '#EFB49F'

red 239 ◦ green 180 ◦ blue 159

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

Shades of Wax Flower #EFB49F

Tints of Wax Flower #EFB49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

 BLUE value IS 159 (62.5% from 255) = 27.51%

R = 41.35%
G = 31.14%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFB49F (or 0xEFB49F) is known color: Wax Flower. HEX triplet: EF, B4 and 9F. RGB value is (239,180,159). Sum of RGB (Red+Green+Blue) = 239+180+159=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49F is #104B60. Grayscale: #C3C3C3. Windows color (decimal): -1067873 or 10466543. OLE color: 10466543.

HSL color Cylindrical-coordinate representation of color #EFB49F: hue angle of 15.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB49F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 159 -
CMYK 0 0.25 0.33 0.06
HSL 15.75º 0.71% 0.78% -
HSV(B) 15.75º 0.33% 0.94% -
XYZ 58.18 53.5 40.06 -
YUV 195.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 239 180 159 0 0.25 0.33 0.06 15.75 0.71 0.78
Hex EF B4 9F 0 19 21 6 10 47 4E
Octal 357 264 237 0 31 41 6 20 107 116
Binary 11101111 10110100 10011111 0 11001 100001 110 10000 1000111 1001110

Color Harmonies of #EFB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB49F

Black with #EFB49F

Text Example


Text Example

White with #EFB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB49F; }

 p { color: rgb(239,180,159); }

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

background-color css

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

 a { background-color: rgb(239,180,159); }

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

border-color css

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

 span { border-color: rgb(239,180,159); }

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