#EBB89C

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

Shades of Wax Flower #EBB89C

Tints of Wax Flower #EBB89C

Color information

#EBB89C (or 0xEBB89C) is unknown color: approx Wax Flower. HEX triplet: EB, B8 and 9C. RGB value is (235,184,156). Sum of RGB (Red+Green+Blue) = 235+184+156=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB89C is #144763. Grayscale: #C4C4C4. Windows color (decimal): -1328996 or 10270955. OLE color: 10270955.

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

Color convert

RGB235184156-
CMYK00.220.340.08
HSL21.27º66.39%76.67%-
HSV(B)21.27º33.62%92.16%-
XYZ57.454.3438.92-
YUV196.06105.4155.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=40.87%
G=32%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518415600.220.340.0821.2766.3976.67
HexEBB89C01622815424d
Octal353270234026421025102115
Binary11101011101110001001110001011010001010001010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB89C; }

 p { color: rgb(235,184,156); }

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

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

 a { background-color: rgb(235,184,156); }

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

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

 span { border-color: rgb(235,184,156); }

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