Html Css Color HEX #EFBBB8 Beauty Bush

📋 copy color: '#EFBBB8'

red 239 ◦ green 187 ◦ blue 184

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

Shades of Beauty Bush #EFBBB8

Tints of Beauty Bush #EFBBB8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.66%

 BLUE value IS 184 (72.27% from 255) = 30.16%

R = 39.18%
G = 30.66%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFBBB8 (or 0xEFBBB8) is known color: Beauty Bush. HEX triplet: EF, BB and B8. RGB value is (239,187,184). Sum of RGB (Red+Green+Blue) = 239+187+184=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBB8 is #104447. Grayscale: #CACACA. Windows color (decimal): -1066056 or 12106735. OLE color: 12106735.

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

Color convert

RGB 239 187 184 -
CMYK 0 0.22 0.23 0.06
HSL 3.27º 0.63% 0.83% -
HSV(B) 3.27º 0.23% 0.94% -
XYZ 62.02 57.35 53.15 -
YUV 202.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 239 187 184 0 0.22 0.23 0.06 3.27 0.63 0.83
Hex EF BB B8 0 16 17 6 3 3F 53
Octal 357 273 270 0 26 27 6 3 77 123
Binary 11101111 10111011 10111000 0 10110 10111 110 11 111111 1010011

Color Harmonies of #EFBBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBB8

Black with #EFBBB8

Text Example


Text Example

White with #EFBBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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