#EBB6A2

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

Shades of Wax Flower #EBB6A2

Tints of Wax Flower #EBB6A2

Color information

#EBB6A2 (or 0xEBB6A2) is unknown color: approx Wax Flower. HEX triplet: EB, B6 and A2. RGB value is (235,182,162). Sum of RGB (Red+Green+Blue) = 235+182+162=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6A2 is #14495D. Grayscale: #C3C3C3. Windows color (decimal): -1329502 or 10663659. OLE color: 10663659.

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

Color convert

RGB235182162-
CMYK00.230.310.08
HSL16.44º64.6%77.84%-
HSV(B)16.44º31.06%92.16%-
XYZ57.5153.7341.52-
YUV195.57109.06156.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 162 (63.67% from 255) = 27.98%
R=40.59%
G=31.43%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518216200.230.310.0816.4464.677.84
HexEBB6A20171F810414e
Octal353266242027371020101116
Binary1110101110110110101000100101111111110001000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6A2; }

 p { color: rgb(235,182,162); }

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

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

 a { background-color: rgb(235,182,162); }

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

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

 span { border-color: rgb(235,182,162); }

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