Html Css Color HEX #EDA895 Wax Flower

📋 copy color: '#EDA895'

red 237 ◦ green 168 ◦ blue 149

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

Shades of Wax Flower #EDA895

Tints of Wax Flower #EDA895

RGB

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

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

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

R = 42.78%
G = 30.32%
B = 26.9%

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

#EDA895 (or 0xEDA895) is known color: Wax Flower. HEX triplet: ED, A8 and 95. RGB value is (237,168,149). Sum of RGB (Red+Green+Blue) = 237+168+149=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA895 is #12576A. Grayscale: #BABABA. Windows color (decimal): -1202027 or 9808109. OLE color: 9808109.

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

Color convert

RGB 237 168 149 -
CMYK 0 0.29 0.37 0.07
HSL 12.95º 0.71% 0.76% -
HSV(B) 12.95º 0.37% 0.93% -
XYZ 54.35 48.18 34.87 -
YUV 186.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 237 168 149 0 0.29 0.37 0.07 12.95 0.71 0.76
Hex ED A8 95 0 1D 25 7 D 47 4C
Octal 355 250 225 0 35 45 7 15 107 114
Binary 11101101 10101000 10010101 0 11101 100101 111 1101 1000111 1001100

Color Harmonies of #EDA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA895

Black with #EDA895

Text Example


Text Example

White with #EDA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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