#EBAEB4

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

Shades of Blossom #EBAEB4

Tints of Blossom #EBAEB4

Color information

#EBAEB4 (or 0xEBAEB4) is unknown color: approx Blossom. HEX triplet: EB, AE and B4. RGB value is (235,174,180). Sum of RGB (Red+Green+Blue) = 235+174+180=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEB4 is #14514B. Grayscale: #C0C0C0. Windows color (decimal): -1331532 or 11841259. OLE color: 11841259.

HSL color Cylindrical-coordinate representation of color #EBAEB4: hue angle of 354.1º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEB4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235174180-
CMYK00.260.230.08
HSL354.1º60.4%80.2%-
HSV(B)354.1º25.96%92.16%-
XYZ57.6451.2350.03-
YUV192.92120.71158.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=39.90%
G=29.54%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517418000.260.230.08354.160.480.2
HexEBAEB401A1781623c50
Octal353256264032271054274120
Binary1110101110101110101101000110101011110001011000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEB4; }

 p { color: rgb(235,174,180); }

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

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

 a { background-color: rgb(235,174,180); }

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

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

 span { border-color: rgb(235,174,180); }

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