Html Css Color HEX #EDAA9E Wax Flower

📋 copy color: '#EDAA9E'

red 237 ◦ green 170 ◦ blue 158

#EDAA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #EDAA9E

Tints of Wax Flower #EDAA9E

RGB

 RED value IS 237 (92.97% from 255) = 41.95%

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 158 (62.11% from 255) = 27.96%

R = 41.95%
G = 30.09%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDAA9E (or 0xEDAA9E) is known color: Wax Flower. HEX triplet: ED, AA and 9E. RGB value is (237,170,158). Sum of RGB (Red+Green+Blue) = 237+170+158=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9E is #125561. Grayscale: #BCBCBC. Windows color (decimal): -1201506 or 10398445. OLE color: 10398445.

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

Color convert

RGB 237 170 158 -
CMYK 0 0.28 0.33 0.07
HSL 9.11º 0.69% 0.77% -
HSV(B) 9.11º 0.33% 0.93% -
XYZ 55.47 49.22 38.93 -
YUV 188.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 237 170 158 0 0.28 0.33 0.07 9.11 0.69 0.77
Hex ED AA 9E 0 1C 21 7 9 45 4D
Octal 355 252 236 0 34 41 7 11 105 115
Binary 11101101 10101010 10011110 0 11100 100001 111 1001 1000101 1001101

Color Harmonies of #EDAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA9E

Black with #EDAA9E

Text Example


Text Example

White with #EDAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA9E; }

 p { color: rgb(237,170,158); }

 H1.HeaderClassName
 {
   color: #EDAA9E;
 }
 .AnyTagClassName
 {
   color: #EDAA9E;
 }
</style>

background-color css

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

 a { background-color: rgb(237,170,158); }

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

border-color css

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

 span { border-color: rgb(237,170,158); }

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