#EFB6B4

Color #EFB6B4 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EFB6B4

Tints of Beauty Bush #EFB6B4

Color information

#EFB6B4 (or 0xEFB6B4) is unknown color: approx Beauty Bush. HEX triplet: EF, B6 and B4. RGB value is (239,182,180). Sum of RGB (Red+Green+Blue) = 239+182+180=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6B4 is #10494B. Grayscale: #C6C6C6. Windows color (decimal): -1067340 or 11843311. OLE color: 11843311.

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

Color convert

RGB239182180-
CMYK00.240.250.06
HSL2.03º64.84%82.16%-
HSV(B)2.03º24.69%93.73%-
XYZ60.5655.150.62-
YUV198.82117.38156.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 182 (71.48% from 255) = 30.28%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=39.77%
G=30.28%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918218000.240.250.062.0364.8482.16
HexEFB6B401819624152
Octal3572662640303162101122
Binary111011111011011010110100011000110011101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6B4; }

 p { color: rgb(239,182,180); }

 H1.HeaderClassName
 {
   color: #EFB6B4;
 }
 .AnyTagClassName
 {
   color: #EFB6B4;
 }
</style>
background-color css

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

 a { background-color: rgb(239,182,180); }

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

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

 span { border-color: rgb(239,182,180); }

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