#EFAEB2

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

Shades of Blossom #EFAEB2

Tints of Blossom #EFAEB2

Color information

#EFAEB2 (or 0xEFAEB2) is unknown color: approx Blossom. HEX triplet: EF, AE and B2. RGB value is (239,174,178). Sum of RGB (Red+Green+Blue) = 239+174+178=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEB2 is #10514D. Grayscale: #C1C1C1. Windows color (decimal): -1069390 or 11710191. OLE color: 11710191.

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

Color convert

RGB239174178-
CMYK00.270.260.06
HSL356.31º67.01%80.98%-
HSV(B)356.31º27.2%93.73%-
XYZ58.7751.8449.03-
YUV193.89119.03160.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=40.44%
G=29.44%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917417800.270.260.06356.3167.0180.98
HexEFAEB201B1A61644351
Octal357256262033326544103121
Binary1110111110101110101100100110111101011010110010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB2; }

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

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

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

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

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

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

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

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