Html Css Color HEX #EDBAA6 Wax Flower

📋 copy color: '#EDBAA6'

red 237 ◦ green 186 ◦ blue 166

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

Shades of Wax Flower #EDBAA6

Tints of Wax Flower #EDBAA6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 166 (65.23% from 255) = 28.18%

R = 40.24%
G = 31.58%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDBAA6 (or 0xEDBAA6) is known color: Wax Flower. HEX triplet: ED, BA and A6. RGB value is (237,186,166). Sum of RGB (Red+Green+Blue) = 237+186+166=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAA6 is #124559. Grayscale: #C7C7C7. Windows color (decimal): -1197402 or 10926829. OLE color: 10926829.

HSL color Cylindrical-coordinate representation of color #EDBAA6: hue angle of 16.9º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDBAA6 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 166 -
CMYK 0 0.22 0.30 0.07
HSL 16.9º 0.66% 0.79% -
HSV(B) 16.9º 0.3% 0.93% -
XYZ 59.37 55.88 43.73 -
YUV 198.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 237 186 166 0 0.22 0.30 0.07 16.9 0.66 0.79
Hex ED BA A6 0 16 1E 7 11 42 4F
Octal 355 272 246 0 26 36 7 21 102 117
Binary 11101101 10111010 10100110 0 10110 11110 111 10001 1000010 1001111

Color Harmonies of #EDBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAA6

Black with #EDBAA6

Text Example


Text Example

White with #EDBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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