Html Css Color HEX #EDA994 Wax Flower

📋 copy color: '#EDA994'

red 237 ◦ green 169 ◦ blue 148

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

Shades of Wax Flower #EDA994

Tints of Wax Flower #EDA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.51%

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

R = 42.78%
G = 30.51%
B = 26.71%

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

#EDA994 (or 0xEDA994) is known color: Wax Flower. HEX triplet: ED, A9 and 94. RGB value is (237,169,148). Sum of RGB (Red+Green+Blue) = 237+169+148=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA994 is #12566B. Grayscale: #BBBBBB. Windows color (decimal): -1201772 or 9742829. OLE color: 9742829.

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

Color convert

RGB 237 169 148 -
CMYK 0 0.29 0.38 0.07
HSL 14.16º 0.71% 0.75% -
HSV(B) 14.16º 0.38% 0.93% -
XYZ 54.46 48.52 34.51 -
YUV 186.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 237 169 148 0 0.29 0.38 0.07 14.16 0.71 0.75
Hex ED A9 94 0 1D 26 7 E 47 4B
Octal 355 251 224 0 35 46 7 16 107 113
Binary 11101101 10101001 10010100 0 11101 100110 111 1110 1000111 1001011

Color Harmonies of #EDA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA994

Black with #EDA994

Text Example


Text Example

White with #EDA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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