Html Css Color HEX #EFBAAC Beauty Bush

📋 copy color: '#EFBAAC'

red 239 ◦ green 186 ◦ blue 172

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

Shades of Beauty Bush #EFBAAC

Tints of Beauty Bush #EFBAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 172 (67.58% from 255) = 28.81%

R = 40.03%
G = 31.16%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFBAAC (or 0xEFBAAC) is known color: Beauty Bush. HEX triplet: EF, BA and AC. RGB value is (239,186,172). Sum of RGB (Red+Green+Blue) = 239+186+172=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAC is #104553. Grayscale: #C8C8C8. Windows color (decimal): -1066324 or 11320047. OLE color: 11320047.

HSL color Cylindrical-coordinate representation of color #EFBAAC: hue angle of 12.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFBAAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 172 -
CMYK 0 0.22 0.28 0.06
HSL 12.54º 0.68% 0.81% -
HSV(B) 12.54º 0.28% 0.94% -
XYZ 60.6 56.45 46.73 -
YUV 200.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 239 186 172 0 0.22 0.28 0.06 12.54 0.68 0.81
Hex EF BA AC 0 16 1C 6 D 44 51
Octal 357 272 254 0 26 34 6 15 104 121
Binary 11101111 10111010 10101100 0 10110 11100 110 1101 1000100 1010001

Color Harmonies of #EFBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAAC

Black with #EFBAAC

Text Example


Text Example

White with #EFBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAAC; }

 p { color: rgb(239,186,172); }

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

background-color css

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

 a { background-color: rgb(239,186,172); }

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

border-color css

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

 span { border-color: rgb(239,186,172); }

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