Html Css Color HEX #EFBDB1 Beauty Bush

📋 copy color: '#EFBDB1'

red 239 ◦ green 189 ◦ blue 177

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

Shades of Beauty Bush #EFBDB1

Tints of Beauty Bush #EFBDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.26%

R = 39.5%
G = 31.24%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFBDB1 (or 0xEFBDB1) is known color: Beauty Bush. HEX triplet: EF, BD and B1. RGB value is (239,189,177). Sum of RGB (Red+Green+Blue) = 239+189+177=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDB1 is #10424E. Grayscale: #CACACA. Windows color (decimal): -1065551 or 11648495. OLE color: 11648495.

HSL color Cylindrical-coordinate representation of color #EFBDB1: hue angle of 11.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBDB1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 177 -
CMYK 0 0.21 0.26 0.06
HSL 11.61º 0.66% 0.82% -
HSV(B) 11.61º 0.26% 0.94% -
XYZ 61.73 57.92 49.52 -
YUV 202.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 239 189 177 0 0.21 0.26 0.06 11.61 0.66 0.82
Hex EF BD B1 0 15 1A 6 C 42 52
Octal 357 275 261 0 25 32 6 14 102 122
Binary 11101111 10111101 10110001 0 10101 11010 110 1100 1000010 1010010

Color Harmonies of #EFBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB1

Black with #EFBDB1

Text Example


Text Example

White with #EFBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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