Html Css Color HEX #EFB49B Wax Flower

📋 copy color: '#EFB49B'

red 239 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #EFB49B

Tints of Wax Flower #EFB49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27%

R = 41.64%
G = 31.36%
B = 27%

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

#EFB49B (or 0xEFB49B) is known color: Wax Flower. HEX triplet: EF, B4 and 9B. RGB value is (239,180,155). Sum of RGB (Red+Green+Blue) = 239+180+155=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49B is #104B64. Grayscale: #C2C2C2. Windows color (decimal): -1067877 or 10204399. OLE color: 10204399.

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

Color convert

RGB 239 180 155 -
CMYK 0 0.25 0.35 0.06
HSL 17.86º 0.72% 0.77% -
HSV(B) 17.86º 0.35% 0.94% -
XYZ 57.83 53.36 38.26 -
YUV 194.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 239 180 155 0 0.25 0.35 0.06 17.86 0.72 0.77
Hex EF B4 9B 0 19 23 6 12 48 4D
Octal 357 264 233 0 31 43 6 22 110 115
Binary 11101111 10110100 10011011 0 11001 100011 110 10010 1001000 1001101

Color Harmonies of #EFB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB49B

Black with #EFB49B

Text Example


Text Example

White with #EFB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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