Html Css Color HEX #EFBDB8 Beauty Bush

📋 copy color: '#EFBDB8'

red 239 ◦ green 189 ◦ blue 184

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

Shades of Beauty Bush #EFBDB8

Tints of Beauty Bush #EFBDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.07%

R = 39.05%
G = 30.88%
B = 30.07%

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

#EFBDB8 (or 0xEFBDB8) is known color: Beauty Bush. HEX triplet: EF, BD and B8. RGB value is (239,189,184). Sum of RGB (Red+Green+Blue) = 239+189+184=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB8 is #104247. Grayscale: #CBCBCB. Windows color (decimal): -1065544 or 12107247. OLE color: 12107247.

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

Color convert

RGB 239 189 184 -
CMYK 0 0.21 0.23 0.06
HSL 5.45º 0.63% 0.83% -
HSV(B) 5.45º 0.23% 0.94% -
XYZ 62.45 58.21 53.29 -
YUV 203.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 239 189 184 0 0.21 0.23 0.06 5.45 0.63 0.83
Hex EF BD B8 0 15 17 6 5 3F 53
Octal 357 275 270 0 25 27 6 5 77 123
Binary 11101111 10111101 10111000 0 10101 10111 110 101 111111 1010011

Color Harmonies of #EFBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB8

Black with #EFBDB8

Text Example


Text Example

White with #EFBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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