Html Css Color HEX #EFC4BF Beauty Bush

📋 copy color: '#EFC4BF'

red 239 ◦ green 196 ◦ blue 191

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

Shades of Beauty Bush #EFC4BF

Tints of Beauty Bush #EFC4BF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.31%

 BLUE value IS 191 (75% from 255) = 30.51%

R = 38.18%
G = 31.31%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFC4BF (or 0xEFC4BF) is known color: Beauty Bush. HEX triplet: EF, C4 and BF. RGB value is (239,196,191). Sum of RGB (Red+Green+Blue) = 239+196+191=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BF is #103B40. Grayscale: #D0D0D0. Windows color (decimal): -1063745 or 12567791. OLE color: 12567791.

HSL color Cylindrical-coordinate representation of color #EFC4BF: hue angle of 6.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC4BF is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 191 -
CMYK 0 0.18 0.20 0.06
HSL 6.25º 0.6% 0.84% -
HSV(B) 6.25º 0.2% 0.94% -
XYZ 64.74 61.59 57.77 -
YUV 208.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 239 196 191 0 0.18 0.20 0.06 6.25 0.6 0.84
Hex EF C4 BF 0 12 14 6 6 3C 54
Octal 357 304 277 0 22 24 6 6 74 124
Binary 11101111 11000100 10111111 0 10010 10100 110 110 111100 1010100

Color Harmonies of #EFC4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4BF

Black with #EFC4BF

Text Example


Text Example

White with #EFC4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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