Html Css Color HEX #EFB7B7 Beauty Bush

📋 copy color: '#EFB7B7'

red 239 ◦ green 183 ◦ blue 183

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

Shades of Beauty Bush #EFB7B7

Tints of Beauty Bush #EFB7B7

RGB

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

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

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

R = 39.5%
G = 30.25%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFB7B7 (or 0xEFB7B7) is known color: Beauty Bush. HEX triplet: EF, B7 and B7. RGB value is (239,183,183). Sum of RGB (Red+Green+Blue) = 239+183+183=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7B7 is #104848. Grayscale: #C7C7C7. Windows color (decimal): -1067081 or 12040175. OLE color: 12040175.

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

Color convert

RGB 239 183 183 -
CMYK 0 0.23 0.23 0.06
HSL 0.64% 0.83% -
HSV(B) 0.23% 0.94% -
XYZ 61.08 55.64 52.32 -
YUV 199.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 239 183 183 0 0.23 0.23 0.06 0 0.64 0.83
Hex EF B7 B7 0 17 17 6 0 40 53
Octal 357 267 267 0 27 27 6 0 100 123
Binary 11101111 10110111 10110111 0 10111 10111 110 0 1000000 1010011

Color Harmonies of #EFB7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7B7

Black with #EFB7B7

Text Example


Text Example

White with #EFB7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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