Html Css Color HEX #EFBDB5 Beauty Bush

📋 copy color: '#EFBDB5'

red 239 ◦ green 189 ◦ blue 181

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

Shades of Beauty Bush #EFBDB5

Tints of Beauty Bush #EFBDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.72%

R = 39.24%
G = 31.03%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFBDB5 (or 0xEFBDB5) is known color: Beauty Bush. HEX triplet: EF, BD and B5. RGB value is (239,189,181). Sum of RGB (Red+Green+Blue) = 239+189+181=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB5 is #10424A. Grayscale: #CBCBCB. Windows color (decimal): -1065547 or 11910639. OLE color: 11910639.

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

Color convert

RGB 239 189 181 -
CMYK 0 0.21 0.24 0.06
HSL 8.28º 0.64% 0.82% -
HSV(B) 8.28º 0.24% 0.94% -
XYZ 62.13 58.08 51.65 -
YUV 203.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 239 189 181 0 0.21 0.24 0.06 8.28 0.64 0.82
Hex EF BD B5 0 15 18 6 8 40 52
Octal 357 275 265 0 25 30 6 10 100 122
Binary 11101111 10111101 10110101 0 10101 11000 110 1000 1000000 1010010

Color Harmonies of #EFBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB5

Black with #EFBDB5

Text Example


Text Example

White with #EFBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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