#EDA4AE

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

Shades of Illusion #EDA4AE

Tints of Illusion #EDA4AE

Color information

#EDA4AE (or 0xEDA4AE) is unknown color: approx Illusion. HEX triplet: ED, A4 and AE. RGB value is (237,164,174). Sum of RGB (Red+Green+Blue) = 237+164+174=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AE is #125B51. Grayscale: #BBBBBB. Windows color (decimal): -1203026 or 11445485. OLE color: 11445485.

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

Color convert

RGB237164174-
CMYK00.310.270.07
HSL351.78º66.97%78.63%-
HSV(B)351.78º30.8%92.94%-
XYZ55.8447.6146.29-
YUV186.97120.68163.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=41.22%
G=28.52%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716417400.310.270.07351.7866.9778.63
HexEDA4AE01F1B7160434f
Octal355244256037337540103117
Binary1110110110100100101011100111111101111110110000010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4AE; }

 p { color: rgb(237,164,174); }

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

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

 a { background-color: rgb(237,164,174); }

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

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

 span { border-color: rgb(237,164,174); }

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