Html Css Color HEX #EFC1BB Beauty Bush

📋 copy color: '#EFC1BB'

red 239 ◦ green 193 ◦ blue 187

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

Shades of Beauty Bush #EFC1BB

Tints of Beauty Bush #EFC1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.21%

R = 38.61%
G = 31.18%
B = 30.21%

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

#EFC1BB (or 0xEFC1BB) is known color: Beauty Bush. HEX triplet: EF, C1 and BB. RGB value is (239,193,187). Sum of RGB (Red+Green+Blue) = 239+193+187=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1BB is #103E44. Grayscale: #CECECE. Windows color (decimal): -1064517 or 12304879. OLE color: 12304879.

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

Color convert

RGB 239 193 187 -
CMYK 0 0.19 0.22 0.06
HSL 6.92º 0.62% 0.84% -
HSV(B) 6.92º 0.22% 0.94% -
XYZ 63.64 60.08 55.26 -
YUV 206.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 239 193 187 0 0.19 0.22 0.06 6.92 0.62 0.84
Hex EF C1 BB 0 13 16 6 7 3E 54
Octal 357 301 273 0 23 26 6 7 76 124
Binary 11101111 11000001 10111011 0 10011 10110 110 111 111110 1010100

Color Harmonies of #EFC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1BB

Black with #EFC1BB

Text Example


Text Example

White with #EFC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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