#EBAD92

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

Shades of Wax Flower #EBAD92

Tints of Wax Flower #EBAD92

Color information

#EBAD92 (or 0xEBAD92) is unknown color: approx Wax Flower. HEX triplet: EB, AD and 92. RGB value is (235,173,146). Sum of RGB (Red+Green+Blue) = 235+173+146=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAD92 is #14526D. Grayscale: #BCBCBC. Windows color (decimal): -1331822 or 9612779. OLE color: 9612779.

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

Color convert

RGB235173146-
CMYK00.260.380.08
HSL18.2º68.99%74.71%-
HSV(B)18.2º37.87%92.16%-
XYZ54.3949.6233.91-
YUV188.46104.04161.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=42.42%
G=31.23%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517314600.260.380.0818.268.9974.71
HexEBAD9201A26812454b
Octal353255222032461022105113
Binary11101011101011011001001001101010011010001001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD92; }

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

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

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

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

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

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

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

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