#EDA696

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

Shades of Wax Flower #EDA696

Tints of Wax Flower #EDA696

Color information

#EDA696 (or 0xEDA696) is unknown color: approx Wax Flower. HEX triplet: ED, A6 and 96. RGB value is (237,166,150). Sum of RGB (Red+Green+Blue) = 237+166+150=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA696 is #125969. Grayscale: #B9B9B9. Windows color (decimal): -1202538 or 9873133. OLE color: 9873133.

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

Color convert

RGB237166150-
CMYK00.300.370.07
HSL11.03º70.73%75.88%-
HSV(B)11.03º36.71%92.94%-
XYZ54.0747.4835.17-
YUV185.4108.02164.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=42.86%
G=30.02%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716615000.300.370.0711.0370.7375.88
HexEDA69601E257b474c
Octal35524622603645713107114
Binary111011011010011010010110011110100101111101110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA696; }

 p { color: rgb(237,166,150); }

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

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

 a { background-color: rgb(237,166,150); }

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

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

 span { border-color: rgb(237,166,150); }

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