#EBB2A0

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

Shades of Wax Flower #EBB2A0

Tints of Wax Flower #EBB2A0

Color information

#EBB2A0 (or 0xEBB2A0) is unknown color: approx Wax Flower. HEX triplet: EB, B2 and A0. RGB value is (235,178,160). Sum of RGB (Red+Green+Blue) = 235+178+160=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB2A0 is #144D5F. Grayscale: #C1C1C1. Windows color (decimal): -1330528 or 10531563. OLE color: 10531563.

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

Color convert

RGB235178160-
CMYK00.240.320.08
HSL14.4º65.22%77.45%-
HSV(B)14.4º31.91%92.16%-
XYZ56.5352.0440.32-
YUV192.99109.38157.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=41.01%
G=31.06%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517816000.240.320.0814.465.2277.45
HexEBB2A0018208e414d
Octal353262240030401016101115
Binary1110101110110010101000000110001000001000111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2A0; }

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

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

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

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

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

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

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

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