#EBB9A4

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

Shades of Wax Flower #EBB9A4

Tints of Wax Flower #EBB9A4

Color information

#EBB9A4 (or 0xEBB9A4) is unknown color: approx Wax Flower. HEX triplet: EB, B9 and A4. RGB value is (235,185,164). Sum of RGB (Red+Green+Blue) = 235+185+164=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A4 is #14465B. Grayscale: #C5C5C5. Windows color (decimal): -1328732 or 10795499. OLE color: 10795499.

HSL color Cylindrical-coordinate representation of color #EBB9A4: hue angle of 17.75º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB9A4 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235185164-
CMYK00.210.300.08
HSL17.75º63.96%78.24%-
HSV(B)17.75º30.21%92.16%-
XYZ58.3155.0442.67-
YUV197.56109.06154.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 164 (64.45% from 255) = 28.08%
R=40.24%
G=31.68%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518516400.210.300.0817.7563.9678.24
HexEBB9A40151E812404e
Octal353271244025361022100116
Binary1110101110111001101001000101011111010001001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9A4; }

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

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

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

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

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

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

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

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