Html Css Color HEX #EFC2BF Beauty Bush

📋 copy color: '#EFC2BF'

red 239 ◦ green 194 ◦ blue 191

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

Shades of Beauty Bush #EFC2BF

Tints of Beauty Bush #EFC2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

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

R = 38.3%
G = 31.09%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFC2BF (or 0xEFC2BF) is known color: Beauty Bush. HEX triplet: EF, C2 and BF. RGB value is (239,194,191). Sum of RGB (Red+Green+Blue) = 239+194+191=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2BF is #103D40. Grayscale: #CFCFCF. Windows color (decimal): -1064257 or 12567279. OLE color: 12567279.

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

Color convert

RGB 239 194 191 -
CMYK 0 0.19 0.20 0.06
HSL 3.75º 0.6% 0.84% -
HSV(B) 3.75º 0.2% 0.94% -
XYZ 64.29 60.7 57.62 -
YUV 207.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 239 194 191 0 0.19 0.20 0.06 3.75 0.6 0.84
Hex EF C2 BF 0 13 14 6 4 3C 54
Octal 357 302 277 0 23 24 6 4 74 124
Binary 11101111 11000010 10111111 0 10011 10100 110 100 111100 1010100

Color Harmonies of #EFC2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2BF

Black with #EFC2BF

Text Example


Text Example

White with #EFC2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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