Html Css Color HEX #EFBFB7 Beauty Bush

📋 copy color: '#EFBFB7'

red 239 ◦ green 191 ◦ blue 183

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

Shades of Beauty Bush #EFBFB7

Tints of Beauty Bush #EFBFB7

RGB

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

 GREEN value IS 191 (75% from 255) = 31.16%

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 38.99%
G = 31.16%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFBFB7 (or 0xEFBFB7) is known color: Beauty Bush. HEX triplet: EF, BF and B7. RGB value is (239,191,183). Sum of RGB (Red+Green+Blue) = 239+191+183=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFB7 is #104048. Grayscale: #CCCCCC. Windows color (decimal): -1065033 or 12042223. OLE color: 12042223.

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

Color convert

RGB 239 191 183 -
CMYK 0 0.20 0.23 0.06
HSL 8.57º 0.64% 0.83% -
HSV(B) 8.57º 0.23% 0.94% -
XYZ 62.77 59.03 52.89 -
YUV 204.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 239 191 183 0 0.20 0.23 0.06 8.57 0.64 0.83
Hex EF BF B7 0 14 17 6 9 40 53
Octal 357 277 267 0 24 27 6 11 100 123
Binary 11101111 10111111 10110111 0 10100 10111 110 1001 1000000 1010011

Color Harmonies of #EFBFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFB7

Black with #EFBFB7

Text Example


Text Example

White with #EFBFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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