Html Css Color HEX #EFB49D Wax Flower

📋 copy color: '#EFB49D'

red 239 ◦ green 180 ◦ blue 157

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

Shades of Wax Flower #EFB49D

Tints of Wax Flower #EFB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 41.49%
G = 31.25%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB49D (or 0xEFB49D) is known color: Wax Flower. HEX triplet: EF, B4 and 9D. RGB value is (239,180,157). Sum of RGB (Red+Green+Blue) = 239+180+157=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49D is #104B62. Grayscale: #C3C3C3. Windows color (decimal): -1067875 or 10335471. OLE color: 10335471.

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

Color convert

RGB 239 180 157 -
CMYK 0 0.25 0.34 0.06
HSL 16.83º 0.72% 0.78% -
HSV(B) 16.83º 0.34% 0.94% -
XYZ 58 53.43 39.15 -
YUV 195.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 239 180 157 0 0.25 0.34 0.06 16.83 0.72 0.78
Hex EF B4 9D 0 19 22 6 11 48 4E
Octal 357 264 235 0 31 42 6 21 110 116
Binary 11101111 10110100 10011101 0 11001 100010 110 10001 1001000 1001110

Color Harmonies of #EFB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB49D

Black with #EFB49D

Text Example


Text Example

White with #EFB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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