Html Css Color HEX #EFB79E Wax Flower

📋 copy color: '#EFB79E'

red 239 ◦ green 183 ◦ blue 158

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

Shades of Wax Flower #EFB79E

Tints of Wax Flower #EFB79E

RGB

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

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

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

R = 41.21%
G = 31.55%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB79E (or 0xEFB79E) is known color: Wax Flower. HEX triplet: EF, B7 and 9E. RGB value is (239,183,158). Sum of RGB (Red+Green+Blue) = 239+183+158=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB79E is #104861. Grayscale: #C5C5C5. Windows color (decimal): -1067106 or 10401775. OLE color: 10401775.

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

Color convert

RGB 239 183 158 -
CMYK 0 0.23 0.34 0.06
HSL 18.52º 0.72% 0.78% -
HSV(B) 18.52º 0.34% 0.94% -
XYZ 58.7 54.69 39.81 -
YUV 196.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 239 183 158 0 0.23 0.34 0.06 18.52 0.72 0.78
Hex EF B7 9E 0 17 22 6 13 48 4E
Octal 357 267 236 0 27 42 6 23 110 116
Binary 11101111 10110111 10011110 0 10111 100010 110 10011 1001000 1001110

Color Harmonies of #EFB79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB79E

Black with #EFB79E

Text Example


Text Example

White with #EFB79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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