#EBB99D

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

Shades of Wax Flower #EBB99D

Tints of Wax Flower #EBB99D

Color information

#EBB99D (or 0xEBB99D) is unknown color: approx Wax Flower. HEX triplet: EB, B9 and 9D. RGB value is (235,185,157). Sum of RGB (Red+Green+Blue) = 235+185+157=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB99D is #144662. Grayscale: #C4C4C4. Windows color (decimal): -1328739 or 10336747. OLE color: 10336747.

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

Color convert

RGB235185157-
CMYK00.210.330.08
HSL21.54º66.1%76.86%-
HSV(B)21.54º33.19%92.16%-
XYZ57.754.7939.43-
YUV196.76105.56155.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=40.73%
G=32.06%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518515700.210.330.0821.5466.176.86
HexEBB99D01521816424d
Octal353271235025411026102115
Binary11101011101110011001110101010110000110001011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB99D; }

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

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

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

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

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

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

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

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