#EBAC9D

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

Shades of Wax Flower #EBAC9D

Tints of Wax Flower #EBAC9D

Color information

#EBAC9D (or 0xEBAC9D) is unknown color: approx Wax Flower. HEX triplet: EB, AC and 9D. RGB value is (235,172,157). Sum of RGB (Red+Green+Blue) = 235+172+157=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC9D is #145362. Grayscale: #BDBDBD. Windows color (decimal): -1332067 or 10333419. OLE color: 10333419.

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

Color convert

RGB235172157-
CMYK00.270.330.08
HSL11.54º66.1%76.86%-
HSV(B)11.54º33.19%92.16%-
XYZ55.149.638.57-
YUV189.13109.87160.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=41.67%
G=30.50%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517215700.270.330.0811.5466.176.86
HexEBAC9D01B218c424d
Octal353254235033411014102115
Binary1110101110101100100111010110111000011000110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC9D; }

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

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

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

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

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

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

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

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