#EFAEB3

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

Shades of Blossom #EFAEB3

Tints of Blossom #EFAEB3

Color information

#EFAEB3 (or 0xEFAEB3) is unknown color: approx Blossom. HEX triplet: EF, AE and B3. RGB value is (239,174,179). Sum of RGB (Red+Green+Blue) = 239+174+179=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEB3 is #10514C. Grayscale: #C2C2C2. Windows color (decimal): -1069389 or 11775727. OLE color: 11775727.

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

Color convert

RGB239174179-
CMYK00.270.250.06
HSL355.38º67.01%80.98%-
HSV(B)355.38º27.2%93.73%-
XYZ58.8751.8849.56-
YUV194119.53160.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 179 (70.31% from 255) = 30.24%
R=40.37%
G=29.39%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917417900.270.250.06355.3867.0180.98
HexEFAEB301B1961634351
Octal357256263033316543103121
Binary1110111110101110101100110110111100111010110001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB3; }

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

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

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

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

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

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

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

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