Html Css Color HEX #EFC1BA Beauty Bush

📋 copy color: '#EFC1BA'

red 239 ◦ green 193 ◦ blue 186

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

Shades of Beauty Bush #EFC1BA

Tints of Beauty Bush #EFC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 38.67%
G = 31.23%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC1BA (or 0xEFC1BA) is known color: Beauty Bush. HEX triplet: EF, C1 and BA. RGB value is (239,193,186). Sum of RGB (Red+Green+Blue) = 239+193+186=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1BA is #103E45. Grayscale: #CECECE. Windows color (decimal): -1064518 or 12239343. OLE color: 12239343.

HSL color Cylindrical-coordinate representation of color #EFC1BA: hue angle of 7.92º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC1BA is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 186 -
CMYK 0 0.19 0.22 0.06
HSL 7.92º 0.62% 0.83% -
HSV(B) 7.92º 0.22% 0.94% -
XYZ 63.53 60.04 54.69 -
YUV 205.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 239 193 186 0 0.19 0.22 0.06 7.92 0.62 0.83
Hex EF C1 BA 0 13 16 6 8 3E 53
Octal 357 301 272 0 23 26 6 10 76 123
Binary 11101111 11000001 10111010 0 10011 10110 110 1000 111110 1010011

Color Harmonies of #EFC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1BA

Black with #EFC1BA

Text Example


Text Example

White with #EFC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1BA; }

 p { color: rgb(239,193,186); }

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

background-color css

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

 a { background-color: rgb(239,193,186); }

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

border-color css

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

 span { border-color: rgb(239,193,186); }

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