Html Css Color HEX #EFB79F Wax Flower

📋 copy color: '#EFB79F'

red 239 ◦ green 183 ◦ blue 159

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

Shades of Wax Flower #EFB79F

Tints of Wax Flower #EFB79F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.5%

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

R = 41.14%
G = 31.5%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFB79F (or 0xEFB79F) is known color: Wax Flower. HEX triplet: EF, B7 and 9F. RGB value is (239,183,159). Sum of RGB (Red+Green+Blue) = 239+183+159=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB79F is #104860. Grayscale: #C5C5C5. Windows color (decimal): -1067105 or 10467311. OLE color: 10467311.

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

Color convert

RGB 239 183 159 -
CMYK 0 0.23 0.33 0.06
HSL 18º 0.71% 0.78% -
HSV(B) 18º 0.33% 0.94% -
XYZ 58.79 54.72 40.26 -
YUV 197.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 239 183 159 0 0.23 0.33 0.06 18 0.71 0.78
Hex EF B7 9F 0 17 21 6 12 47 4E
Octal 357 267 237 0 27 41 6 22 107 116
Binary 11101111 10110111 10011111 0 10111 100001 110 10010 1000111 1001110

Color Harmonies of #EFB79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB79F

Black with #EFB79F

Text Example


Text Example

White with #EFB79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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