Html Css Color HEX #EFBAB5 Beauty Bush

📋 copy color: '#EFBAB5'

red 239 ◦ green 186 ◦ blue 181

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

Shades of Beauty Bush #EFBAB5

Tints of Beauty Bush #EFBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.87%

R = 39.44%
G = 30.69%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFBAB5 (or 0xEFBAB5) is known color: Beauty Bush. HEX triplet: EF, BA and B5. RGB value is (239,186,181). Sum of RGB (Red+Green+Blue) = 239+186+181=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAB5 is #10454A. Grayscale: #C9C9C9. Windows color (decimal): -1066315 or 11909871. OLE color: 11909871.

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

Color convert

RGB 239 186 181 -
CMYK 0 0.22 0.24 0.06
HSL 5.17º 0.64% 0.82% -
HSV(B) 5.17º 0.24% 0.94% -
XYZ 61.5 56.8 51.44 -
YUV 201.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 239 186 181 0 0.22 0.24 0.06 5.17 0.64 0.82
Hex EF BA B5 0 16 18 6 5 40 52
Octal 357 272 265 0 26 30 6 5 100 122
Binary 11101111 10111010 10110101 0 10110 11000 110 101 1000000 1010010

Color Harmonies of #EFBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAB5

Black with #EFBAB5

Text Example


Text Example

White with #EFBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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