#EDAE9B

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

Shades of Wax Flower #EDAE9B

Tints of Wax Flower #EDAE9B

Color information

#EDAE9B (or 0xEDAE9B) is unknown color: approx Wax Flower. HEX triplet: ED, AE and 9B. RGB value is (237,174,155). Sum of RGB (Red+Green+Blue) = 237+174+155=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE9B is #125164. Grayscale: #BEBEBE. Windows color (decimal): -1200485 or 10202861. OLE color: 10202861.

HSL color Cylindrical-coordinate representation of color #EDAE9B: hue angle of 13.9º degrees, saturation: 0.69, 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 #EDAE9B is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237174155-
CMYK00.270.350.07
HSL13.9º69.49%76.86%-
HSV(B)13.9º34.6%92.94%-
XYZ55.9850.6437.84-
YUV190.67107.87161.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=41.87%
G=30.74%
B=27.39%

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
Decimal23717415500.270.350.0713.969.4976.86
HexEDAE9B01B237e454d
Octal35525623303343716105115
Binary111011011010111010011011011011100011111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE9B; }

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

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

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

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

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

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

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

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