Html Css Color HEX #EFC2BA Beauty Bush

📋 copy color: '#EFC2BA'

red 239 ◦ green 194 ◦ blue 186

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

Shades of Beauty Bush #EFC2BA

Tints of Beauty Bush #EFC2BA

RGB

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

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

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

R = 38.61%
G = 31.34%
B = 30.05%

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

#EFC2BA (or 0xEFC2BA) is known color: Beauty Bush. HEX triplet: EF, C2 and BA. RGB value is (239,194,186). Sum of RGB (Red+Green+Blue) = 239+194+186=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2BA is #103D45. Grayscale: #CECECE. Windows color (decimal): -1064262 or 12239599. OLE color: 12239599.

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

Color convert

RGB 239 194 186 -
CMYK 0 0.19 0.22 0.06
HSL 9.06º 0.62% 0.83% -
HSV(B) 9.06º 0.22% 0.94% -
XYZ 63.75 60.48 54.77 -
YUV 206.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 239 194 186 0 0.19 0.22 0.06 9.06 0.62 0.83
Hex EF C2 BA 0 13 16 6 9 3E 53
Octal 357 302 272 0 23 26 6 11 76 123
Binary 11101111 11000010 10111010 0 10011 10110 110 1001 111110 1010011

Color Harmonies of #EFC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2BA

Black with #EFC2BA

Text Example


Text Example

White with #EFC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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