#EFAEB5

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

Shades of Blossom #EFAEB5

Tints of Blossom #EFAEB5

Color information

#EFAEB5 (or 0xEFAEB5) is unknown color: approx Blossom. HEX triplet: EF, AE and B5. RGB value is (239,174,181). Sum of RGB (Red+Green+Blue) = 239+174+181=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEB5 is #10514A. Grayscale: #C2C2C2. Windows color (decimal): -1069387 or 11906799. OLE color: 11906799.

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

Color convert

RGB239174181-
CMYK00.270.240.06
HSL353.54º67.01%80.98%-
HSV(B)353.54º27.2%93.73%-
XYZ59.0751.9650.63-
YUV194.23120.53159.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 181 (71.09% from 255) = 30.47%
R=40.24%
G=29.29%
B=30.47%

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
Decimal23917418100.270.240.06353.5467.0180.98
HexEFAEB501B1861624351
Octal357256265033306542103121
Binary1110111110101110101101010110111100011010110001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB5; }

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

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

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

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

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

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

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

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