Html Css Color HEX #EFB7AC Beauty Bush

📋 copy color: '#EFB7AC'

red 239 ◦ green 183 ◦ blue 172

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

Shades of Beauty Bush #EFB7AC

Tints of Beauty Bush #EFB7AC

RGB

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

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

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

R = 40.24%
G = 30.81%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFB7AC (or 0xEFB7AC) is known color: Beauty Bush. HEX triplet: EF, B7 and AC. RGB value is (239,183,172). Sum of RGB (Red+Green+Blue) = 239+183+172=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7AC is #104853. Grayscale: #C6C6C6. Windows color (decimal): -1067092 or 11319279. OLE color: 11319279.

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

Color convert

RGB 239 183 172 -
CMYK 0 0.23 0.28 0.06
HSL 9.85º 0.68% 0.81% -
HSV(B) 9.85º 0.28% 0.94% -
XYZ 59.98 55.2 46.52 -
YUV 198.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 239 183 172 0 0.23 0.28 0.06 9.85 0.68 0.81
Hex EF B7 AC 0 17 1C 6 A 44 51
Octal 357 267 254 0 27 34 6 12 104 121
Binary 11101111 10110111 10101100 0 10111 11100 110 1010 1000100 1010001

Color Harmonies of #EFB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7AC

Black with #EFB7AC

Text Example


Text Example

White with #EFB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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