#EFAEB6

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

Shades of Blossom #EFAEB6

Tints of Blossom #EFAEB6

Color information

#EFAEB6 (or 0xEFAEB6) is unknown color: approx Blossom. HEX triplet: EF, AE and B6. RGB value is (239,174,182). Sum of RGB (Red+Green+Blue) = 239+174+182=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEB6 is #105149. Grayscale: #C2C2C2. Windows color (decimal): -1069386 or 11972335. OLE color: 11972335.

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

Color convert

RGB239174182-
CMYK00.270.240.06
HSL352.62º67.01%80.98%-
HSV(B)352.62º27.2%93.73%-
XYZ59.185251.17-
YUV194.35121.03159.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=40.17%
G=29.24%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917418200.270.240.06352.6267.0180.98
HexEFAEB601B1861614351
Octal357256266033306541103121
Binary1110111110101110101101100110111100011010110000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB6; }

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

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

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

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

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

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

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

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