#EBB9A6

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

Shades of Wax Flower #EBB9A6

Tints of Wax Flower #EBB9A6

Color information

#EBB9A6 (or 0xEBB9A6) is unknown color: approx Wax Flower. HEX triplet: EB, B9 and A6. RGB value is (235,185,166). Sum of RGB (Red+Green+Blue) = 235+185+166=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A6 is #144659. Grayscale: #C5C5C5. Windows color (decimal): -1328730 or 10926571. OLE color: 10926571.

HSL color Cylindrical-coordinate representation of color #EBB9A6: hue angle of 16.52º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBB9A6 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235185166-
CMYK00.210.290.08
HSL16.52º63.3%78.63%-
HSV(B)16.52º29.36%92.16%-
XYZ58.4955.1143.63-
YUV197.78110.06154.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 166 (65.23% from 255) = 28.33%
R=40.10%
G=31.57%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518516600.210.290.0816.5263.378.63
HexEBB9A60151D8113f4f
Octal35327124602535102177117
Binary111010111011100110100110010101111011000100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9A6; }

 p { color: rgb(235,185,166); }

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

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

 a { background-color: rgb(235,185,166); }

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

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

 span { border-color: rgb(235,185,166); }

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