Html Css Color HEX #EFBDB9 Beauty Bush

📋 copy color: '#EFBDB9'

red 239 ◦ green 189 ◦ blue 185

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

Shades of Beauty Bush #EFBDB9

Tints of Beauty Bush #EFBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 38.99%
G = 30.83%
B = 30.18%

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

#EFBDB9 (or 0xEFBDB9) is known color: Beauty Bush. HEX triplet: EF, BD and B9. RGB value is (239,189,185). Sum of RGB (Red+Green+Blue) = 239+189+185=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB9 is #104246. Grayscale: #CBCBCB. Windows color (decimal): -1065543 or 12172783. OLE color: 12172783.

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

Color convert

RGB 239 189 185 -
CMYK 0 0.21 0.23 0.06
HSL 4.44º 0.63% 0.83% -
HSV(B) 4.44º 0.23% 0.94% -
XYZ 62.55 58.25 53.85 -
YUV 203.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 239 189 185 0 0.21 0.23 0.06 4.44 0.63 0.83
Hex EF BD B9 0 15 17 6 4 3F 53
Octal 357 275 271 0 25 27 6 4 77 123
Binary 11101111 10111101 10111001 0 10101 10111 110 100 111111 1010011

Color Harmonies of #EFBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB9

Black with #EFBDB9

Text Example


Text Example

White with #EFBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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