#EBB8A1

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

Shades of Wax Flower #EBB8A1

Tints of Wax Flower #EBB8A1

Color information

#EBB8A1 (or 0xEBB8A1) is unknown color: approx Wax Flower. HEX triplet: EB, B8 and A1. RGB value is (235,184,161). Sum of RGB (Red+Green+Blue) = 235+184+161=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8A1 is #14475E. Grayscale: #C4C4C4. Windows color (decimal): -1328991 or 10598635. OLE color: 10598635.

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

Color convert

RGB235184161-
CMYK00.220.310.08
HSL18.65º64.91%77.65%-
HSV(B)18.65º31.49%92.16%-
XYZ57.8354.5241.19-
YUV196.63107.9155.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 161 (63.28% from 255) = 27.76%
R=40.52%
G=31.72%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518416100.220.310.0818.6564.9177.65
HexEBB8A10161F813414e
Octal353270241026371023101116
Binary1110101110111000101000010101101111110001001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8A1; }

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

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

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

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

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

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

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

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