Html Css Color HEX #EDA896 Wax Flower

📋 copy color: '#EDA896'

red 237 ◦ green 168 ◦ blue 150

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

Shades of Wax Flower #EDA896

Tints of Wax Flower #EDA896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.03%

R = 42.7%
G = 30.27%
B = 27.03%

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

#EDA896 (or 0xEDA896) is known color: Wax Flower. HEX triplet: ED, A8 and 96. RGB value is (237,168,150). Sum of RGB (Red+Green+Blue) = 237+168+150=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA896 is #125769. Grayscale: #BABABA. Windows color (decimal): -1202026 or 9873645. OLE color: 9873645.

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

Color convert

RGB 237 168 150 -
CMYK 0 0.29 0.37 0.07
HSL 12.41º 0.71% 0.76% -
HSV(B) 12.41º 0.37% 0.93% -
XYZ 54.43 48.21 35.29 -
YUV 186.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 237 168 150 0 0.29 0.37 0.07 12.41 0.71 0.76
Hex ED A8 96 0 1D 25 7 C 47 4C
Octal 355 250 226 0 35 45 7 14 107 114
Binary 11101101 10101000 10010110 0 11101 100101 111 1100 1000111 1001100

Color Harmonies of #EDA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA896

Black with #EDA896

Text Example


Text Example

White with #EDA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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