Html Css Color HEX #EFB39C Wax Flower

📋 copy color: '#EFB39C'

red 239 ◦ green 179 ◦ blue 156

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

Shades of Wax Flower #EFB39C

Tints of Wax Flower #EFB39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.18%

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 41.64%
G = 31.18%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFB39C (or 0xEFB39C) is known color: Wax Flower. HEX triplet: EF, B3 and 9C. RGB value is (239,179,156). Sum of RGB (Red+Green+Blue) = 239+179+156=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB39C is #104C63. Grayscale: #C2C2C2. Windows color (decimal): -1068132 or 10269679. OLE color: 10269679.

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

Color convert

RGB 239 179 156 -
CMYK 0 0.25 0.35 0.06
HSL 16.63º 0.72% 0.77% -
HSV(B) 16.63º 0.35% 0.94% -
XYZ 57.72 52.99 38.64 -
YUV 194.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 239 179 156 0 0.25 0.35 0.06 16.63 0.72 0.77
Hex EF B3 9C 0 19 23 6 11 48 4D
Octal 357 263 234 0 31 43 6 21 110 115
Binary 11101111 10110011 10011100 0 11001 100011 110 10001 1001000 1001101

Color Harmonies of #EFB39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB39C

Black with #EFB39C

Text Example


Text Example

White with #EFB39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB39C; }

 p { color: rgb(239,179,156); }

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

background-color css

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

 a { background-color: rgb(239,179,156); }

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

border-color css

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

 span { border-color: rgb(239,179,156); }

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