Html Css Color HEX #EDA696 Wax Flower

📋 copy color: '#EDA696'

red 237 ◦ green 166 ◦ blue 150

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

Shades of Wax Flower #EDA696

Tints of Wax Flower #EDA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

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

R = 42.86%
G = 30.02%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA696 (or 0xEDA696) is known color: Wax Flower. HEX triplet: ED, A6 and 96. RGB value is (237,166,150). Sum of RGB (Red+Green+Blue) = 237+166+150=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA696 is #125969. Grayscale: #B9B9B9. Windows color (decimal): -1202538 or 9873133. OLE color: 9873133.

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

Color convert

RGB 237 166 150 -
CMYK 0 0.30 0.37 0.07
HSL 11.03º 0.71% 0.76% -
HSV(B) 11.03º 0.37% 0.93% -
XYZ 54.07 47.48 35.17 -
YUV 185.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 237 166 150 0 0.30 0.37 0.07 11.03 0.71 0.76
Hex ED A6 96 0 1E 25 7 B 47 4C
Octal 355 246 226 0 36 45 7 13 107 114
Binary 11101101 10100110 10010110 0 11110 100101 111 1011 1000111 1001100

Color Harmonies of #EDA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA696

Black with #EDA696

Text Example


Text Example

White with #EDA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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