#EBAC92

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

Shades of Wax Flower #EBAC92

Tints of Wax Flower #EBAC92

Color information

#EBAC92 (or 0xEBAC92) is unknown color: approx Wax Flower. HEX triplet: EB, AC and 92. RGB value is (235,172,146). Sum of RGB (Red+Green+Blue) = 235+172+146=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC92 is #14536D. Grayscale: #BCBCBC. Windows color (decimal): -1332078 or 9612523. OLE color: 9612523.

HSL color Cylindrical-coordinate representation of color #EBAC92: hue angle of 17.53º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBAC92 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235172146-
CMYK00.270.380.08
HSL17.53º68.99%74.71%-
HSV(B)17.53º37.87%92.16%-
XYZ54.249.2433.84-
YUV187.87104.37161.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=42.50%
G=31.10%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517214600.270.380.0817.5368.9974.71
HexEBAC9201B26812454b
Octal353254222033461022105113
Binary11101011101011001001001001101110011010001001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC92; }

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

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

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

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

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

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

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

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