#EBB1A0

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

Shades of Wax Flower #EBB1A0

Tints of Wax Flower #EBB1A0

Color information

#EBB1A0 (or 0xEBB1A0) is unknown color: approx Wax Flower. HEX triplet: EB, B1 and A0. RGB value is (235,177,160). Sum of RGB (Red+Green+Blue) = 235+177+160=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1A0 is #144E5F. Grayscale: #C0C0C0. Windows color (decimal): -1330784 or 10531307. OLE color: 10531307.

HSL color Cylindrical-coordinate representation of color #EBB1A0: hue angle of 13.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBB1A0 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235177160-
CMYK00.250.320.08
HSL13.6º65.22%77.45%-
HSV(B)13.6º31.91%92.16%-
XYZ56.3351.6440.26-
YUV192.4109.72158.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=41.08%
G=30.94%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517716000.250.320.0813.665.2277.45
HexEBB1A0019208e414d
Octal353261240031401016101115
Binary1110101110110001101000000110011000001000111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1A0; }

 p { color: rgb(235,177,160); }

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

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

 a { background-color: rgb(235,177,160); }

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

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

 span { border-color: rgb(235,177,160); }

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