Html Css Color HEX #EDAA9C Wax Flower

📋 copy color: '#EDAA9C'

red 237 ◦ green 170 ◦ blue 156

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

Shades of Wax Flower #EDAA9C

Tints of Wax Flower #EDAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.71%

R = 42.1%
G = 30.2%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDAA9C (or 0xEDAA9C) is known color: Wax Flower. HEX triplet: ED, AA and 9C. RGB value is (237,170,156). Sum of RGB (Red+Green+Blue) = 237+170+156=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9C is #125563. Grayscale: #BCBCBC. Windows color (decimal): -1201508 or 10267373. OLE color: 10267373.

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

Color convert

RGB 237 170 156 -
CMYK 0 0.28 0.34 0.07
HSL 10.37º 0.69% 0.77% -
HSV(B) 10.37º 0.34% 0.93% -
XYZ 55.3 49.15 38.03 -
YUV 188.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 237 170 156 0 0.28 0.34 0.07 10.37 0.69 0.77
Hex ED AA 9C 0 1C 22 7 A 45 4D
Octal 355 252 234 0 34 42 7 12 105 115
Binary 11101101 10101010 10011100 0 11100 100010 111 1010 1000101 1001101

Color Harmonies of #EDAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA9C

Black with #EDAA9C

Text Example


Text Example

White with #EDAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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