#EBB89D

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

Shades of Wax Flower #EBB89D

Tints of Wax Flower #EBB89D

Color information

#EBB89D (or 0xEBB89D) is unknown color: approx Wax Flower. HEX triplet: EB, B8 and 9D. RGB value is (235,184,157). Sum of RGB (Red+Green+Blue) = 235+184+157=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB89D is #144762. Grayscale: #C4C4C4. Windows color (decimal): -1328995 or 10336491. OLE color: 10336491.

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

Color convert

RGB235184157-
CMYK00.220.330.08
HSL20.77º66.1%76.86%-
HSV(B)20.77º33.19%92.16%-
XYZ57.4954.3839.36-
YUV196.17105.9155.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=40.80%
G=31.94%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518415700.220.330.0820.7766.176.86
HexEBB89D01621815424d
Octal353270235026411025102115
Binary11101011101110001001110101011010000110001010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB89D; }

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

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

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

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

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

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

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

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