#EFAEB7

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

Shades of Blossom #EFAEB7

Tints of Blossom #EFAEB7

Color information

#EFAEB7 (or 0xEFAEB7) is unknown color: approx Blossom. HEX triplet: EF, AE and B7. RGB value is (239,174,183). Sum of RGB (Red+Green+Blue) = 239+174+183=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEB7 is #105148. Grayscale: #C2C2C2. Windows color (decimal): -1069385 or 12037871. OLE color: 12037871.

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

Color convert

RGB239174183-
CMYK00.270.230.06
HSL351.69º67.01%80.98%-
HSV(B)351.69º27.2%93.73%-
XYZ59.2852.0451.72-
YUV194.46121.53159.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=40.10%
G=29.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917418300.270.230.06351.6967.0180.98
HexEFAEB701B1761604351
Octal357256267033276540103121
Binary1110111110101110101101110110111011111010110000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB7; }

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

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

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

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

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

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

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

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