Html Css Color HEX #EFBDB7 Beauty Bush

📋 copy color: '#EFBDB7'

red 239 ◦ green 189 ◦ blue 183

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

Shades of Beauty Bush #EFBDB7

Tints of Beauty Bush #EFBDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

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

R = 39.12%
G = 30.93%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFBDB7 (or 0xEFBDB7) is known color: Beauty Bush. HEX triplet: EF, BD and B7. RGB value is (239,189,183). Sum of RGB (Red+Green+Blue) = 239+189+183=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB7 is #104248. Grayscale: #CBCBCB. Windows color (decimal): -1065545 or 12041711. OLE color: 12041711.

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

Color convert

RGB 239 189 183 -
CMYK 0 0.21 0.23 0.06
HSL 6.43º 0.64% 0.83% -
HSV(B) 6.43º 0.23% 0.94% -
XYZ 62.34 58.16 52.74 -
YUV 203.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 239 189 183 0 0.21 0.23 0.06 6.43 0.64 0.83
Hex EF BD B7 0 15 17 6 6 40 53
Octal 357 275 267 0 25 27 6 6 100 123
Binary 11101111 10111101 10110111 0 10101 10111 110 110 1000000 1010011

Color Harmonies of #EFBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB7

Black with #EFBDB7

Text Example


Text Example

White with #EFBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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