#EFC4BD

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

Shades of Beauty Bush #EFC4BD

Tints of Beauty Bush #EFC4BD

Color information

#EFC4BD (or 0xEFC4BD) is unknown color: approx Beauty Bush. HEX triplet: EF, C4 and BD. RGB value is (239,196,189). Sum of RGB (Red+Green+Blue) = 239+196+189=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BD is #103B42. Grayscale: #D0D0D0. Windows color (decimal): -1063747 or 12436719. OLE color: 12436719.

HSL color Cylindrical-coordinate representation of color #EFC4BD: hue angle of 8.4º 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 #EFC4BD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239196189-
CMYK00.180.210.06
HSL8.4º60.98%83.92%-
HSV(B)8.4º20.92%93.73%-
XYZ64.5261.556.62-
YUV208.06117.25150.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 196 (76.95% from 255) = 31.41%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=38.30%
G=31.41%
B=30.29%

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
Decimal23919618900.180.210.068.460.9883.92
HexEFC4BD01215683d54
Octal3573042750222561075124
Binary1110111111000100101111010100101010111010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4BD; }

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

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

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

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

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

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

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

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