#EBAB92

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

Shades of Wax Flower #EBAB92

Tints of Wax Flower #EBAB92

Color information

#EBAB92 (or 0xEBAB92) is unknown color: approx Wax Flower. HEX triplet: EB, AB and 92. RGB value is (235,171,146). Sum of RGB (Red+Green+Blue) = 235+171+146=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB92 is #14546D. Grayscale: #BBBBBB. Windows color (decimal): -1332334 or 9612267. OLE color: 9612267.

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

Color convert

RGB235171146-
CMYK00.270.380.08
HSL16.85º68.99%74.71%-
HSV(B)16.85º37.87%92.16%-
XYZ54.0148.8633.78-
YUV187.29104.7162.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=42.57%
G=30.98%
B=26.45%

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
Decimal23517114600.270.380.0816.8568.9974.71
HexEBAB9201B26811454b
Octal353253222033461021105113
Binary11101011101010111001001001101110011010001000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB92; }

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

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

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

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

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

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

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

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