Html Css Color HEX #EDAA94 Wax Flower

📋 copy color: '#EDAA94'

red 237 ◦ green 170 ◦ blue 148

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

Shades of Wax Flower #EDAA94

Tints of Wax Flower #EDAA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 42.7%
G = 30.63%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDAA94 (or 0xEDAA94) is known color: Wax Flower. HEX triplet: ED, AA and 94. RGB value is (237,170,148). Sum of RGB (Red+Green+Blue) = 237+170+148=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA94 is #12556B. Grayscale: #BBBBBB. Windows color (decimal): -1201516 or 9743085. OLE color: 9743085.

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

Color convert

RGB 237 170 148 -
CMYK 0 0.28 0.38 0.07
HSL 14.83º 0.71% 0.75% -
HSV(B) 14.83º 0.38% 0.93% -
XYZ 54.65 48.89 34.57 -
YUV 187.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 237 170 148 0 0.28 0.38 0.07 14.83 0.71 0.75
Hex ED AA 94 0 1C 26 7 F 47 4B
Octal 355 252 224 0 34 46 7 17 107 113
Binary 11101101 10101010 10010100 0 11100 100110 111 1111 1000111 1001011

Color Harmonies of #EDAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA94

Black with #EDAA94

Text Example


Text Example

White with #EDAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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