#EBBA9E

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

Shades of Wax Flower #EBBA9E

Tints of Wax Flower #EBBA9E

Color information

#EBBA9E (or 0xEBBA9E) is unknown color: approx Wax Flower. HEX triplet: EB, BA and 9E. RGB value is (235,186,158). Sum of RGB (Red+Green+Blue) = 235+186+158=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA9E is #144561. Grayscale: #C5C5C5. Windows color (decimal): -1328482 or 10402539. OLE color: 10402539.

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

Color convert

RGB235186158-
CMYK00.210.330.08
HSL21.82º65.81%77.06%-
HSV(B)21.82º32.77%92.16%-
XYZ57.9955.2539.96-
YUV197.46105.73154.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=40.59%
G=32.12%
B=27.29%

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
Decimal23518615800.210.330.0821.8265.8177.06
HexEBBA9E01521816424d
Octal353272236025411026102115
Binary11101011101110101001111001010110000110001011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBA9E; }

 p { color: rgb(235,186,158); }

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

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

 a { background-color: rgb(235,186,158); }

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

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

 span { border-color: rgb(235,186,158); }

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