#EDAE9A

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

Shades of Wax Flower #EDAE9A

Tints of Wax Flower #EDAE9A

Color information

#EDAE9A (or 0xEDAE9A) is unknown color: approx Wax Flower. HEX triplet: ED, AE and 9A. RGB value is (237,174,154). Sum of RGB (Red+Green+Blue) = 237+174+154=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE9A is #125165. Grayscale: #BEBEBE. Windows color (decimal): -1200486 or 10137325. OLE color: 10137325.

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

Color convert

RGB237174154-
CMYK00.270.350.07
HSL14.46º69.75%76.67%-
HSV(B)14.46º35.02%92.94%-
XYZ55.8950.6137.39-
YUV190.56107.37161.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=41.95%
G=30.80%
B=27.26%

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
Decimal23717415400.270.350.0714.4669.7576.67
HexEDAE9A01B237e464d
Octal35525623203343716106115
Binary111011011010111010011010011011100011111111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE9A; }

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

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

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

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

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

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

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

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