Html Css Color HEX #EFB8AC Beauty Bush

📋 copy color: '#EFB8AC'

red 239 ◦ green 184 ◦ blue 172

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

Shades of Beauty Bush #EFB8AC

Tints of Beauty Bush #EFB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

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

R = 40.17%
G = 30.92%
B = 28.91%

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

#EFB8AC (or 0xEFB8AC) is known color: Beauty Bush. HEX triplet: EF, B8 and AC. RGB value is (239,184,172). Sum of RGB (Red+Green+Blue) = 239+184+172=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8AC is #104753. Grayscale: #C7C7C7. Windows color (decimal): -1066836 or 11319535. OLE color: 11319535.

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

Color convert

RGB 239 184 172 -
CMYK 0 0.23 0.28 0.06
HSL 10.75º 0.68% 0.81% -
HSV(B) 10.75º 0.28% 0.94% -
XYZ 60.18 55.61 46.59 -
YUV 199.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 239 184 172 0 0.23 0.28 0.06 10.75 0.68 0.81
Hex EF B8 AC 0 17 1C 6 B 44 51
Octal 357 270 254 0 27 34 6 13 104 121
Binary 11101111 10111000 10101100 0 10111 11100 110 1011 1000100 1010001

Color Harmonies of #EFB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8AC

Black with #EFB8AC

Text Example


Text Example

White with #EFB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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