#EFC3BD

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

Shades of Beauty Bush #EFC3BD

Tints of Beauty Bush #EFC3BD

Color information

#EFC3BD (or 0xEFC3BD) is unknown color: approx Beauty Bush. HEX triplet: EF, C3 and BD. RGB value is (239,195,189). Sum of RGB (Red+Green+Blue) = 239+195+189=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BD is #103C42. Grayscale: #CFCFCF. Windows color (decimal): -1064003 or 12436463. OLE color: 12436463.

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

Color convert

RGB239195189-
CMYK00.180.210.06
HSL7.2º60.98%83.92%-
HSV(B)7.2º20.92%93.73%-
XYZ64.361.0656.54-
YUV207.47117.58150.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=38.36%
G=31.30%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919518900.180.210.067.260.9883.92
HexEFC3BD01215673d54
Octal357303275022256775124
Binary111011111100001110111101010010101011101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3BD; }

 p { color: rgb(239,195,189); }

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

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

 a { background-color: rgb(239,195,189); }

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

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

 span { border-color: rgb(239,195,189); }

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