#EDAD9A

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

Shades of Wax Flower #EDAD9A

Tints of Wax Flower #EDAD9A

Color information

#EDAD9A (or 0xEDAD9A) is unknown color: approx Wax Flower. HEX triplet: ED, AD and 9A. RGB value is (237,173,154). Sum of RGB (Red+Green+Blue) = 237+173+154=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD9A is #125265. Grayscale: #BEBEBE. Windows color (decimal): -1200742 or 10137069. OLE color: 10137069.

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

Color convert

RGB237173154-
CMYK00.270.350.07
HSL13.73º69.75%76.67%-
HSV(B)13.73º35.02%92.94%-
XYZ55.750.2237.33-
YUV189.97107.7161.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=42.02%
G=30.67%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717315400.270.350.0713.7369.7576.67
HexEDAD9A01B237e464d
Octal35525523203343716106115
Binary111011011010110110011010011011100011111111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD9A; }

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

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

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

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

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

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

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

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