#EDADA0

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

Shades of Wax Flower #EDADA0

Tints of Wax Flower #EDADA0

Color information

#EDADA0 (or 0xEDADA0) is unknown color: approx Wax Flower. HEX triplet: ED, AD and A0. RGB value is (237,173,160). Sum of RGB (Red+Green+Blue) = 237+173+160=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA0 is #12525F. Grayscale: #BEBEBE. Windows color (decimal): -1200736 or 10530285. OLE color: 10530285.

HSL color Cylindrical-coordinate representation of color #EDADA0: hue angle of 10.13º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDADA0 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237173160-
CMYK00.270.320.07
HSL10.13º68.14%77.84%-
HSV(B)10.13º32.49%92.94%-
XYZ56.2150.4340.03-
YUV190.65110.7161.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=41.58%
G=30.35%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717316000.270.320.0710.1368.1477.84
HexEDADA001B207a444e
Octal35525524003340712104116
Binary111011011010110110100000011011100000111101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADA0; }

 p { color: rgb(237,173,160); }

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

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

 a { background-color: rgb(237,173,160); }

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

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

 span { border-color: rgb(237,173,160); }

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