#EDA893

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

Shades of Wax Flower #EDA893

Tints of Wax Flower #EDA893

Color information

#EDA893 (or 0xEDA893) is unknown color: approx Wax Flower. HEX triplet: ED, A8 and 93. RGB value is (237,168,147). Sum of RGB (Red+Green+Blue) = 237+168+147=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA893 is #12576C. Grayscale: #BABABA. Windows color (decimal): -1202029 or 9677037. OLE color: 9677037.

HSL color Cylindrical-coordinate representation of color #EDA893: hue angle of 14º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA893 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237168147-
CMYK00.290.380.07
HSL14º71.43%75.29%-
HSV(B)14º37.97%92.94%-
XYZ54.1948.1234.03-
YUV186.24105.86164.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=42.93%
G=30.43%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716814700.290.380.071471.4375.29
HexEDA89301D267e474b
Octal35525022303546716107113
Binary111011011010100010010011011101100110111111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA893; }

 p { color: rgb(237,168,147); }

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

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

 a { background-color: rgb(237,168,147); }

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

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

 span { border-color: rgb(237,168,147); }

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