Html Css Color HEX #EDA894 Wax Flower

📋 copy color: '#EDA894'

red 237 ◦ green 168 ◦ blue 148

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

Shades of Wax Flower #EDA894

Tints of Wax Flower #EDA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

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

R = 42.86%
G = 30.38%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA894 (or 0xEDA894) is known color: Wax Flower. HEX triplet: ED, A8 and 94. RGB value is (237,168,148). Sum of RGB (Red+Green+Blue) = 237+168+148=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA894 is #12576B. Grayscale: #BABABA. Windows color (decimal): -1202028 or 9742573. OLE color: 9742573.

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

Color convert

RGB 237 168 148 -
CMYK 0 0.29 0.38 0.07
HSL 13.48º 0.71% 0.75% -
HSV(B) 13.48º 0.38% 0.93% -
XYZ 54.27 48.15 34.45 -
YUV 186.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 237 168 148 0 0.29 0.38 0.07 13.48 0.71 0.75
Hex ED A8 94 0 1D 26 7 D 47 4B
Octal 355 250 224 0 35 46 7 15 107 113
Binary 11101101 10101000 10010100 0 11101 100110 111 1101 1000111 1001011

Color Harmonies of #EDA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA894

Black with #EDA894

Text Example


Text Example

White with #EDA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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