Html Css Color HEX #EDA995 Wax Flower

📋 copy color: '#EDA995'

red 237 ◦ green 169 ◦ blue 149

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

Shades of Wax Flower #EDA995

Tints of Wax Flower #EDA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 42.7%
G = 30.45%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA995 (or 0xEDA995) is known color: Wax Flower. HEX triplet: ED, A9 and 95. RGB value is (237,169,149). Sum of RGB (Red+Green+Blue) = 237+169+149=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA995 is #12566A. Grayscale: #BBBBBB. Windows color (decimal): -1201771 or 9808365. OLE color: 9808365.

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

Color convert

RGB 237 169 149 -
CMYK 0 0.29 0.37 0.07
HSL 13.64º 0.71% 0.76% -
HSV(B) 13.64º 0.37% 0.93% -
XYZ 54.54 48.55 34.93 -
YUV 187.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 237 169 149 0 0.29 0.37 0.07 13.64 0.71 0.76
Hex ED A9 95 0 1D 25 7 E 47 4C
Octal 355 251 225 0 35 45 7 16 107 114
Binary 11101101 10101001 10010101 0 11101 100101 111 1110 1000111 1001100

Color Harmonies of #EDA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA995

Black with #EDA995

Text Example


Text Example

White with #EDA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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