Html Css Color HEX #EFBAAF Beauty Bush

📋 copy color: '#EFBAAF'

red 239 ◦ green 186 ◦ blue 175

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

Shades of Beauty Bush #EFBAAF

Tints of Beauty Bush #EFBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.17%

R = 39.83%
G = 31%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFBAAF (or 0xEFBAAF) is known color: Beauty Bush. HEX triplet: EF, BA and AF. RGB value is (239,186,175). Sum of RGB (Red+Green+Blue) = 239+186+175=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAF is #104550. Grayscale: #C8C8C8. Windows color (decimal): -1066321 or 11516655. OLE color: 11516655.

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

Color convert

RGB 239 186 175 -
CMYK 0 0.22 0.27 0.06
HSL 10.31º 0.67% 0.81% -
HSV(B) 10.31º 0.27% 0.94% -
XYZ 60.89 56.56 48.27 -
YUV 200.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 239 186 175 0 0.22 0.27 0.06 10.31 0.67 0.81
Hex EF BA AF 0 16 1B 6 A 43 51
Octal 357 272 257 0 26 33 6 12 103 121
Binary 11101111 10111010 10101111 0 10110 11011 110 1010 1000011 1010001

Color Harmonies of #EFBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAAF

Black with #EFBAAF

Text Example


Text Example

White with #EFBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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