Html Css Color HEX #EFBFB4 Beauty Bush

📋 copy color: '#EFBFB4'

red 239 ◦ green 191 ◦ blue 180

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

Shades of Beauty Bush #EFBFB4

Tints of Beauty Bush #EFBFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 39.18%
G = 31.31%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFBFB4 (or 0xEFBFB4) is known color: Beauty Bush. HEX triplet: EF, BF and B4. RGB value is (239,191,180). Sum of RGB (Red+Green+Blue) = 239+191+180=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFB4 is #10404B. Grayscale: #CCCCCC. Windows color (decimal): -1065036 or 11845615. OLE color: 11845615.

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

Color convert

RGB 239 191 180 -
CMYK 0 0.20 0.25 0.06
HSL 11.19º 0.65% 0.82% -
HSV(B) 11.19º 0.25% 0.94% -
XYZ 62.47 58.91 51.26 -
YUV 204.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 239 191 180 0 0.20 0.25 0.06 11.19 0.65 0.82
Hex EF BF B4 0 14 19 6 B 41 52
Octal 357 277 264 0 24 31 6 13 101 122
Binary 11101111 10111111 10110100 0 10100 11001 110 1011 1000001 1010010

Color Harmonies of #EFBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFB4

Black with #EFBFB4

Text Example


Text Example

White with #EFBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFB4; }

 p { color: rgb(239,191,180); }

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

background-color css

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

 a { background-color: rgb(239,191,180); }

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

border-color css

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

 span { border-color: rgb(239,191,180); }

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