Html Css Color HEX #ECBAA6 Wax Flower

📋 copy color: '#ECBAA6'

red 236 ◦ green 186 ◦ blue 166

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

Shades of Wax Flower #ECBAA6

Tints of Wax Flower #ECBAA6

RGB

 RED value IS 236 (92.58% from 255) = 40.14%

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

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

R = 40.14%
G = 31.63%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECBAA6 (or 0xECBAA6) is known color: Wax Flower. HEX triplet: EC, BA and A6. RGB value is (236,186,166). Sum of RGB (Red+Green+Blue) = 236+186+166=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA6 is #134559. Grayscale: #C6C6C6. Windows color (decimal): -1262938 or 10926828. OLE color: 10926828.

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

Color convert

RGB 236 186 166 -
CMYK 0 0.21 0.30 0.07
HSL 17.14º 0.65% 0.79% -
HSV(B) 17.14º 0.3% 0.93% -
XYZ 59.03 55.7 43.72 -
YUV 198.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 236 186 166 0 0.21 0.30 0.07 17.14 0.65 0.79
Hex EC BA A6 0 15 1E 7 11 41 4F
Octal 354 272 246 0 25 36 7 21 101 117
Binary 11101100 10111010 10100110 0 10101 11110 111 10001 1000001 1001111

Color Harmonies of #ECBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAA6

Black with #ECBAA6

Text Example


Text Example

White with #ECBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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