#EAB092

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

Shades of Wax Flower #EAB092

Tints of Wax Flower #EAB092

Color information

#EAB092 (or 0xEAB092) is unknown color: approx Wax Flower. HEX triplet: EA, B0 and 92. RGB value is (234,176,146). Sum of RGB (Red+Green+Blue) = 234+176+146=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB092 is #154F6D. Grayscale: #BEBEBE. Windows color (decimal): -1396590 or 9613546. OLE color: 9613546.

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

Color convert

RGB234176146-
CMYK00.250.380.08
HSL20.45º67.69%74.51%-
HSV(B)20.45º37.61%91.76%-
XYZ54.6550.6234.08-
YUV189.92103.22159.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 146 (57.42% from 255) = 26.26%
R=42.09%
G=31.65%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417614600.250.380.0820.4567.6974.51
HexEAB09201926814444b
Octal352260222031461024104113
Binary11101010101100001001001001100110011010001010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB092; }

 p { color: rgb(234,176,146); }

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

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

 a { background-color: rgb(234,176,146); }

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

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

 span { border-color: rgb(234,176,146); }

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