Html Css Color HEX #EFBAB1 Beauty Bush

📋 copy color: '#EFBAB1'

red 239 ◦ green 186 ◦ blue 177

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

Shades of Beauty Bush #EFBAB1

Tints of Beauty Bush #EFBAB1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.9%

 BLUE value IS 177 (69.53% from 255) = 29.4%

R = 39.7%
G = 30.9%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFBAB1 (or 0xEFBAB1) is known color: Beauty Bush. HEX triplet: EF, BA and B1. RGB value is (239,186,177). Sum of RGB (Red+Green+Blue) = 239+186+177=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAB1 is #10454E. Grayscale: #C8C8C8. Windows color (decimal): -1066319 or 11647727. OLE color: 11647727.

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

Color convert

RGB 239 186 177 -
CMYK 0 0.22 0.26 0.06
HSL 8.71º 0.66% 0.82% -
HSV(B) 8.71º 0.26% 0.94% -
XYZ 61.09 56.64 49.31 -
YUV 200.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 239 186 177 0 0.22 0.26 0.06 8.71 0.66 0.82
Hex EF BA B1 0 16 1A 6 9 42 52
Octal 357 272 261 0 26 32 6 11 102 122
Binary 11101111 10111010 10110001 0 10110 11010 110 1001 1000010 1010010

Color Harmonies of #EFBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAB1

Black with #EFBAB1

Text Example


Text Example

White with #EFBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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